Skip to content

Commit

Permalink
build: missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Dec 3, 2024
1 parent 5a273b4 commit f508a9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/models/forms/effects/notify.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference path="../../../state/effectsPlugin.ts" />
import type { PropertyShape } from '@rdfine/shacl'
import type { Store } from '../../../state/index.js'
import type { FocusNode } from '../../../index.js'
Expand Down

0 comments on commit f508a9e

Please sign in to comment.