mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +00:00
fix reference to header component in connections
This commit is contained in:
parent
90550181af
commit
70f7729463
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import { Tabs, TabsContent } from "@/components/ui/tabs";
|
|||
import { getConnection, getLinkedRepos } from "@/data/connection";
|
||||
import { isServiceError } from "@/lib/utils";
|
||||
import { ConnectionIcon } from "../components/connectionIcon";
|
||||
import { Header } from "../components/header";
|
||||
import { Header } from "../../components/header";
|
||||
import { ConfigSetting } from "./components/configSetting";
|
||||
import { DeleteConnectionSetting } from "./components/deleteConnectionSetting";
|
||||
import { DisplayNameSetting } from "./components/displayNameSetting";
|
||||
|
|
|
|||
Loading…
Reference in a new issue