Skip to content

Commit 01b5a94

Browse files
committedMar 4, 2025·
Update
1 parent 8c90248 commit 01b5a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config/types/scss.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
declare module '*.scss' {
2-
const content: string;
2+
const content : string;
33
export default content;
44
}

0 commit comments

Comments
 (0)
Please sign in to comment.