render targets in table, update targets

This commit is contained in:
Milo Schwartz 2024-11-12 23:59:47 -05:00
parent 93ea7e4620
commit cf3cf4d827
No known key found for this signature in database
16 changed files with 744 additions and 472 deletions

View file

@ -1,6 +1,6 @@
import type { Metadata } from "next";
import "./globals.css";
import { Inter } from "next/font/google";
import { Fira_Sans, Inter } from "next/font/google";
import { Toaster } from "@/components/ui/toaster";
import { ThemeProvider } from "@app/providers/ThemeProvider";