DV
Size: a a a
DV
V
V
DV
ERROR in ./shared/themes/index.ts 2:7
Module parse failed: Unexpected token (2:7)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| export { colors, font, theme } from './main';
> export type { Theme } from './main';
DV
V
DV
V
DV
V
DV
V
V
ERROR in ./shared/themes/index.ts 2:7
Module parse failed: Unexpected token (2:7)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| export { colors, font, theme } from './main';
> export type { Theme } from './main';
DV
DV
V
DV
DV