Skip to content

Commit b32f10b

Browse files
lint
1 parent 3a50e8c commit b32f10b

File tree

2 files changed

+3
-3
lines changed
  • apps/dashboard/src/app/(app)

2 files changed

+3
-3
lines changed

apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/[contractAddress]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { getContractMetadata } from "thirdweb/extensions/common";
88
import { isAddress, isContractDeployed } from "thirdweb/utils";
99
import { shortenIfAddress } from "utils/usedapp-external";
1010
import { NebulaChatButton } from "../../../../../nebula-app/(app)/components/FloatingChat/FloatingChat";
11+
import { examplePrompts } from "../../../../../nebula-app/(app)/data/examplePrompts";
1112
import {
1213
getAuthTokenWalletAddress,
1314
getUserThirdwebClient,
@@ -20,7 +21,6 @@ import { supportedERCs } from "./_utils/detectedFeatures/supportedERCs";
2021
import { getContractPageParamsInfo } from "./_utils/getContractFromParams";
2122
import { getContractPageMetadata } from "./_utils/getContractPageMetadata";
2223
import { getContractPageSidebarLinks } from "./_utils/getContractPageSidebarLinks";
23-
import { examplePrompts } from "../../../../../nebula-app/(app)/data/examplePrompts";
2424

2525
export default async function Layout(props: {
2626
params: Promise<{

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import { getTeams } from "@/api/team";
33
import { SidebarProvider } from "@/components/ui/sidebar";
44
import { AnnouncementBanner } from "components/notices/AnnouncementBanner";
55
import { redirect } from "next/navigation";
6+
import { siwaExamplePrompts } from "../../../(dashboard)/support/page";
67
import { getClientThirdwebClient } from "../../../../../@/constants/thirdweb-client.client";
8+
import { CustomChatButton } from "../../../../nebula-app/(app)/components/CustomChat/CustomChatButton";
79
import { getValidAccount } from "../../../account/settings/getAccount";
810
import {
911
getAuthToken,
@@ -12,8 +14,6 @@ import {
1214
import { TeamHeaderLoggedIn } from "../../components/TeamHeader/team-header-logged-in.client";
1315
import { ProjectSidebarLayout } from "./components/ProjectSidebarLayout";
1416
import { SaveLastUsedProject } from "./components/SaveLastUsedProject";
15-
import { CustomChatButton } from "../../../../nebula-app/(app)/components/CustomChat/CustomChatButton";
16-
import { siwaExamplePrompts } from "../../../(dashboard)/support/page";
1717

1818
export default async function ProjectLayout(props: {
1919
children: React.ReactNode;

0 commit comments

Comments
 (0)