diff --git a/app/_types/global.d.ts b/app/_types/global.d.ts new file mode 100644 index 0000000..8a434db --- /dev/null +++ b/app/_types/global.d.ts @@ -0,0 +1,2 @@ +declare module "*.css"; +declare module "*.sass"; \ No newline at end of file