diff --git a/styles.css b/styles.css index 63e00b2..5524373 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,5 @@ +@tailwind base; +@tailwind components; @tailwind utilities; html { diff --git a/tsconfig.json b/tsconfig.json index 579caa2..6636c33 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "jsx": "preserve", "incremental": true, "paths": { - "@/*": ["./src/*"] + "@/*": ["./*"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],