fix(frontend): add missing imports for Button and Link
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s

This commit is contained in:
fullsizemalt 2025-12-29 18:49:51 -08:00
parent ae3741c9ee
commit 0e67d7b53d

View file

@ -1,4 +1,6 @@
import { TieredBandList } from "@/components/home/tiered-band-list" import { TieredBandList } from "@/components/home/tiered-band-list"
import { Button } from "@/components/ui/button"
import Link from "next/link"
interface Vertical { interface Vertical {
id: number id: number