import globals.css NOT tailwind.css!
I was scratching my head about this for ages
This commit is contained in:
parent
a9257c2825
commit
1db71fb21b
|
@ -3,7 +3,7 @@ import { Inter } from "next/font/google";
|
||||||
|
|
||||||
import { ThemeProvider } from "./ui/theme";
|
import { ThemeProvider } from "./ui/theme";
|
||||||
import { Toaster } from "@/components/ui/toaster";
|
import { Toaster } from "@/components/ui/toaster";
|
||||||
import "./tailwind.css";
|
import "./globals.css";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { ComponentProps } from "react";
|
import { ComponentProps } from "react";
|
||||||
import { Send } from "lucide-react";
|
import { Send } from "lucide-react";
|
||||||
|
|
Loading…
Reference in New Issue