diff --git a/src/layouts/SetupContainer.tsx b/src/layouts/SetupContainer.tsx index b30e9f3b..b222cbf5 100644 --- a/src/layouts/SetupContainer.tsx +++ b/src/layouts/SetupContainer.tsx @@ -1,7 +1,7 @@ +import { Button } from "@/components/Button"; import I18nSelect from "@/components/I18nDropdown"; import Stepper from "@/pages/Setup/Stepper"; import { BookOpenIcon } from "@heroicons/react/24/outline"; -import { Chip } from "@nextui-org/react"; import { PropsWithChildren } from "react"; type Props = { @@ -15,15 +15,18 @@ export default function SetupContainer({ return (
- - } - > - Documentation - - +