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";
8
8
import { isAddress , isContractDeployed } from "thirdweb/utils" ;
9
9
import { shortenIfAddress } from "utils/usedapp-external" ;
10
10
import { NebulaChatButton } from "../../../../../nebula-app/(app)/components/FloatingChat/FloatingChat" ;
11
+ import { examplePrompts } from "../../../../../nebula-app/(app)/data/examplePrompts" ;
11
12
import {
12
13
getAuthTokenWalletAddress ,
13
14
getUserThirdwebClient ,
@@ -20,7 +21,6 @@ import { supportedERCs } from "./_utils/detectedFeatures/supportedERCs";
20
21
import { getContractPageParamsInfo } from "./_utils/getContractFromParams" ;
21
22
import { getContractPageMetadata } from "./_utils/getContractPageMetadata" ;
22
23
import { getContractPageSidebarLinks } from "./_utils/getContractPageSidebarLinks" ;
23
- import { examplePrompts } from "../../../../../nebula-app/(app)/data/examplePrompts" ;
24
24
25
25
export default async function Layout ( props : {
26
26
params : Promise < {
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ import { getTeams } from "@/api/team";
3
3
import { SidebarProvider } from "@/components/ui/sidebar" ;
4
4
import { AnnouncementBanner } from "components/notices/AnnouncementBanner" ;
5
5
import { redirect } from "next/navigation" ;
6
+ import { siwaExamplePrompts } from "../../../(dashboard)/support/page" ;
6
7
import { getClientThirdwebClient } from "../../../../../@/constants/thirdweb-client.client" ;
8
+ import { CustomChatButton } from "../../../../nebula-app/(app)/components/CustomChat/CustomChatButton" ;
7
9
import { getValidAccount } from "../../../account/settings/getAccount" ;
8
10
import {
9
11
getAuthToken ,
@@ -12,8 +14,6 @@ import {
12
14
import { TeamHeaderLoggedIn } from "../../components/TeamHeader/team-header-logged-in.client" ;
13
15
import { ProjectSidebarLayout } from "./components/ProjectSidebarLayout" ;
14
16
import { SaveLastUsedProject } from "./components/SaveLastUsedProject" ;
15
- import { CustomChatButton } from "../../../../nebula-app/(app)/components/CustomChat/CustomChatButton" ;
16
- import { siwaExamplePrompts } from "../../../(dashboard)/support/page" ;
17
17
18
18
export default async function ProjectLayout ( props : {
19
19
children : React . ReactNode ;
You can’t perform that action at this time.
0 commit comments