File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apps/dashboard/src/app/(app)
(dashboard)/(chain)/[chain_id]/[contractAddress]
team/[team_slug]/[project_slug] Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { getContractMetadata } from "thirdweb/extensions/common";
88import { isAddress , isContractDeployed } from "thirdweb/utils" ;
99import { shortenIfAddress } from "utils/usedapp-external" ;
1010import { NebulaChatButton } from "../../../../../nebula-app/(app)/components/FloatingChat/FloatingChat" ;
11+ import { examplePrompts } from "../../../../../nebula-app/(app)/data/examplePrompts" ;
1112import {
1213 getAuthTokenWalletAddress ,
1314 getUserThirdwebClient ,
@@ -20,7 +21,6 @@ import { supportedERCs } from "./_utils/detectedFeatures/supportedERCs";
2021import { getContractPageParamsInfo } from "./_utils/getContractFromParams" ;
2122import { getContractPageMetadata } from "./_utils/getContractPageMetadata" ;
2223import { getContractPageSidebarLinks } from "./_utils/getContractPageSidebarLinks" ;
23- import { examplePrompts } from "../../../../../nebula-app/(app)/data/examplePrompts" ;
2424
2525export default async function Layout ( props : {
2626 params : Promise < {
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ import { getTeams } from "@/api/team";
33import { SidebarProvider } from "@/components/ui/sidebar" ;
44import { AnnouncementBanner } from "components/notices/AnnouncementBanner" ;
55import { redirect } from "next/navigation" ;
6+ import { siwaExamplePrompts } from "../../../(dashboard)/support/page" ;
67import { getClientThirdwebClient } from "../../../../../@/constants/thirdweb-client.client" ;
8+ import { CustomChatButton } from "../../../../nebula-app/(app)/components/CustomChat/CustomChatButton" ;
79import { getValidAccount } from "../../../account/settings/getAccount" ;
810import {
911 getAuthToken ,
@@ -12,8 +14,6 @@ import {
1214import { TeamHeaderLoggedIn } from "../../components/TeamHeader/team-header-logged-in.client" ;
1315import { ProjectSidebarLayout } from "./components/ProjectSidebarLayout" ;
1416import { SaveLastUsedProject } from "./components/SaveLastUsedProject" ;
15- import { CustomChatButton } from "../../../../nebula-app/(app)/components/CustomChat/CustomChatButton" ;
16- import { siwaExamplePrompts } from "../../../(dashboard)/support/page" ;
1717
1818export default async function ProjectLayout ( props : {
1919 children : React . ReactNode ;
You can’t perform that action at this time.
0 commit comments