fix(frontend): add missing imports for Button and Link
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
This commit is contained in:
parent
ae3741c9ee
commit
0e67d7b53d
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue