fix: imports path
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { Property } from '$shared/lib/store';
|
||||
import type { Property } from '$shared/lib';
|
||||
|
||||
export interface FilterGroupConfig {
|
||||
id: string;
|
||||
|
||||
3
src/features/SetupFont/index.ts
Normal file
3
src/features/SetupFont/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import SetupFontMenu from './ui/SetupFontMenu.svelte';
|
||||
|
||||
export { SetupFontMenu };
|
||||
Reference in New Issue
Block a user