refactor(frontend): use ESM
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user