Skip to content

Commit

Permalink
Fix wrong import path
Browse files Browse the repository at this point in the history
  • Loading branch information
PxaMMaxP committed Aug 18, 2024
1 parent 4abb0c2 commit f7bf658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/HTMLFlow/interfaces/IFlow.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { shouldRemoveOnUnload } from 'src/libs/DIComponent';
import { DIComponent } from 'src/libs/DIComponent/DIComponent';
import { shouldRemoveOnUnload } from 'src/libs/DIComponent/interfaces/IDIComponent';
import { IFlowSymbol } from './IFlowTag';
import {
EventsParameters,
Expand Down

0 comments on commit f7bf658

Please sign in to comment.