diff options
Diffstat (limited to 'packages/frontend/src/scripts/theme-editor.ts')
| -rw-r--r-- | packages/frontend/src/scripts/theme-editor.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/scripts/theme-editor.ts b/packages/frontend/src/scripts/theme-editor.ts index 69fd41255c..275f4bcdaa 100644 --- a/packages/frontend/src/scripts/theme-editor.ts +++ b/packages/frontend/src/scripts/theme-editor.ts @@ -5,7 +5,7 @@ import { v4 as uuid } from 'uuid'; -import { themeProps, Theme } from './theme'; +import { themeProps, Theme } from './theme.js'; export type Default = null; export type Color = string; |