mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +00:00
fix build error
This commit is contained in:
parent
a212e857c8
commit
49e24e8757
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { SourcebotLogo } from "@/app/components/sourcebotLogo";
|
||||
import { Footer } from "../components/footer";
|
||||
import { Footer } from "@/app/components/footer";
|
||||
import { OrgSelector } from "../components/orgSelector";
|
||||
import { EnterpriseUpgradeCard } from "./components/enterpriseUpgradeCard";
|
||||
import { TeamUpgradeCard } from "./components/teamUpgradeCard";
|
||||
|
|
|
|||
Loading…
Reference in a new issue