Skip to content

Commit

Permalink
fix declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Dec 16, 2024
1 parent 9b9f4da commit 5ed31f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/declaration.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
declare module "*.module.css";
declare module "*.module.scss";
declare module "?raw" {
declare module "*?raw" {
const value: string;
export default value;
}

0 comments on commit 5ed31f0

Please sign in to comment.