this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

reorder imports

+2 -2
+2 -2
src/app/layout.tsx
··· 3 3 import { Inter, Libre_Baskerville } from "next/font/google"; 4 4 import localFont from "next/font/local"; 5 5 6 - import "./globals.css"; 7 - 8 6 import { cx } from "#/lib/cx"; 7 + 8 + import "./globals.css"; 9 9 10 10 const sans = Inter({ 11 11 variable: "--font-inter",