Skip to content

Commit f7bf658

Browse files
committed
Fix wrong import path
1 parent 4abb0c2 commit f7bf658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/HTMLFlow/interfaces/IFlow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import { shouldRemoveOnUnload } from 'src/libs/DIComponent';
12
import { DIComponent } from 'src/libs/DIComponent/DIComponent';
2-
import { shouldRemoveOnUnload } from 'src/libs/DIComponent/interfaces/IDIComponent';
33
import { IFlowSymbol } from './IFlowTag';
44
import {
55
EventsParameters,

0 commit comments

Comments
 (0)