diff --git a/components/BreadCrumb.tsx b/components/BreadCrumb.tsx index 066dc15..5bc9090 100644 --- a/components/BreadCrumb.tsx +++ b/components/BreadCrumb.tsx @@ -12,19 +12,6 @@ const BreadCrumb = ({ title }: BreadCrumbProps) => {

{title}

- diff --git a/components/Layout.tsx b/components/Layout.tsx index cf5e5e8..c304a2e 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -81,27 +81,6 @@ export default function Layout({ children }: Props) {