diff --git a/app/_types/global.d.ts b/app/_types/global.d.ts index b3598f0..7a631fa 100644 --- a/app/_types/global.d.ts +++ b/app/_types/global.d.ts @@ -1,2 +1,2 @@ -declare module "*.css" -declare module "*.sass" \ No newline at end of file +declare module '*.css' +declare module '*.sass' \ No newline at end of file