import globals.css NOT tailwind.css!

I was scratching my head about this for ages
This commit is contained in:
andrzej 2024-06-22 17:51:15 +02:00
parent 771534c3d9
commit ef1fba1187
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { Inter } from "next/font/google";
import { ThemeProvider } from "./ui/theme";
import { Toaster } from "@/components/ui/toaster";
import "./tailwind.css";
import "./globals.css";
import Link from "next/link";
import { ComponentProps } from "react";
import { Send } from "lucide-react";