Skip to content

Commit

Permalink
chore: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Jul 29, 2024
1 parent e2750ce commit bd6f1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
import Link from "next/link"
import { useRouter } from "next/router"
import {
BreadcrumbItem,
BreadcrumbLink,
Button,
Flex,
HStack,
Menu,
} from "@chakra-ui/react"
import {
AvatarMenu,
AvatarMenuDivider,
Breadcrumb,
} from "@opengovsg/design-system-react"
import { BiLinkExternal } from "react-icons/bi"
import { BreadcrumbItem, BreadcrumbLink, Flex } from "@chakra-ui/react"
import { Breadcrumb } from "@opengovsg/design-system-react"

import { ADMIN_NAVBAR_HEIGHT } from "~/constants/layouts"
import { useMe } from "~/features/me/api"
import { useQueryParse } from "~/hooks/useQueryParse"
import { DASHBOARD, SETTINGS_PROFILE } from "~/lib/routes"
import { editPageSchema } from "../schema"

export const SiteEditNavbar = (): JSX.Element => {
Expand Down
1 change: 0 additions & 1 deletion apps/studio/src/templates/layouts/PageEditingLayout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Flex, Grid } from "@chakra-ui/react"

import { AppNavbar } from "~/components/AppNavbar"
import { EnforceLoginStatePageWrapper } from "~/components/AuthWrappers"
import { APP_GRID_TEMPLATE_AREA } from "~/constants/layouts"
import { EditorDrawerProvider } from "~/contexts/EditorDrawerContext"
Expand Down

0 comments on commit bd6f1be

Please sign in to comment.