Skip to content

Commit e98caaf

Browse files
committed
fix:<dist> package.json
1 parent 6494a3e commit e98caaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import "../dist/theme-chalk/index.css";
1919
// ],
2020
// });
2121

22-
import Etu from "@etu-design/components";
22+
import Etu from "../dist/es/packages/components/index";
2323
// import "./assets/main.css";
2424

2525
const app = createApp(App);

0 commit comments

Comments
 (0)