Skip to content

Commit df42ab9

Browse files
committed
fix import path
1 parent fb3466f commit df42ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rollup-package.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import importCss from 'rollup-plugin-import-css';
1010

1111
// @ts-ignore-start
1212
// eslint-disable-next-line -- // @typescript-eslint/ban-ts-comment // @ts-ignore
13-
import properties from '../packages/uui-css/custom-properties.module.js'; // eslint-disable-line
13+
import properties from './uui-css/custom-properties.module.js'; // eslint-disable-line
1414
// @ts-ignore-end
1515

1616
const esbuidOptions = { minify: true };

0 commit comments

Comments
 (0)