Skip to content

Commit

Permalink
FSkipAgecheck: fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
candela97 committed Aug 22, 2024
1 parent ed65e14 commit d9869ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/Content/Features/Common/FSkipAgecheck.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Feature from "@Content/Modules/Context/Feature";
import type CApp from "@Content/Features/Store/App/CApp";
import type CApp from "@Content/Features/Community/App/CApp";
import type CAgeCheck from "@Content/Features/Store/AgeCheck/CAgecheck";
import Settings from "@Options/Data/Settings";
import ContextType from "@Content/Modules/Context/ContextType";
Expand Down

0 comments on commit d9869ec

Please sign in to comment.