mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 12:55:19 +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 { SourcebotLogo } from "@/app/components/sourcebotLogo";
|
||||||
import { Footer } from "../components/footer";
|
import { Footer } from "@/app/components/footer";
|
||||||
import { OrgSelector } from "../components/orgSelector";
|
import { OrgSelector } from "../components/orgSelector";
|
||||||
import { EnterpriseUpgradeCard } from "./components/enterpriseUpgradeCard";
|
import { EnterpriseUpgradeCard } from "./components/enterpriseUpgradeCard";
|
||||||
import { TeamUpgradeCard } from "./components/teamUpgradeCard";
|
import { TeamUpgradeCard } from "./components/teamUpgradeCard";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue