working again, missing global.css in page.tsx

This commit is contained in:
2024-11-20 21:56:30 -05:00
parent 4de7d55b55
commit d1bd68e720
6 changed files with 16 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
import "./globals.css"
import Link from "next/link";
import FeaturesSection from "./components/FeaturesSection";
import About from "./components/About";