Skip to content

Commit

Permalink
refactor: rename file as suggested by reviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Sep 5, 2022
1 parent ae122e9 commit 7bcd1e4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import $rdf from 'rdf-ext'
import { literal } from '@rdf-esm/data-model'
import { xsd, rdf, foaf, dash, sh } from '@tpluscode/rdf-ns-builders'
import { NodeKind, NodeKindEnum } from '@rdfine/shacl'
import { defaultValue } from '@hydrofoil/shaperone-core/models/resources/lib/defaultValue.js'
import { defaultValue } from '@hydrofoil/shaperone-core/models/resources/lib/objectValue.js'
import { propertyShape } from '@shaperone/testing/util.js'
import { Term } from 'rdf-js'
import sh1 from '@hydrofoil/shaperone-core/ns.js'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Store } from '../../../../state'
import { notify } from '../../lib/notify.js'
import { Params } from '../../../forms/reducers/addFormField'
import { defaultValue } from '../../lib/defaultValue.js'
import { defaultValue } from '../../lib/objectValue.js'

export default function (store: Store) {
const dispatch = store.getDispatch()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable no-continue */
import { GraphPointer } from 'clownface'
import { rdf } from '@tpluscode/rdf-ns-builders'
import { defaultValue } from '../../lib/defaultValue.js'
import { defaultValue } from '../../lib/objectValue.js'
import { notify } from '../../lib/notify.js'
import type { Store } from '../../../../state'
import { Params } from '../../../forms/reducers/replaceFocusNodes'
Expand Down

0 comments on commit 7bcd1e4

Please sign in to comment.