'init'
This commit is contained in:
4
app/global.d.ts
vendored
Normal file
4
app/global.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module '*.css' {
|
||||
const content: { [className: string]: string };
|
||||
export default content;
|
||||
}
|
||||
Reference in New Issue
Block a user