refactor: remove .js extensions from all imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export { cn } from "./lib/utils.js";
|
||||
export * from "./atoms/index.js";
|
||||
export * from "./molecules/index.js";
|
||||
export * from "./organisms/index.js";
|
||||
export * from "./templates/index.js";
|
||||
export { cn } from "./lib/utils";
|
||||
export * from "./atoms/index";
|
||||
export * from "./molecules/index";
|
||||
export * from "./organisms/index";
|
||||
export * from "./templates/index";
|
||||
|
||||
Reference in New Issue
Block a user