Skip to content

Commit

Permalink
Delete old layout
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevella committed Jan 13, 2024
1 parent bcf0541 commit cfeacb4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 243 deletions.
207 changes: 0 additions & 207 deletions apps/web/src/components/layouts/standard-layout.tsx

This file was deleted.

33 changes: 0 additions & 33 deletions apps/web/src/components/layouts/standard-layout/top-bar.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions apps/web/src/pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { useTranslation } from "next-i18next";
import React from "react";

import ErrorPage from "@/components/error-page";
import { getStandardLayout } from "@/components/layouts/standard-layout";
import { NextPageWithLayout } from "@/types";
import { getStaticTranslations } from "@/utils/with-page-translations";

Expand All @@ -18,8 +17,6 @@ const Custom404: NextPageWithLayout = () => {
);
};

Custom404.getLayout = getStandardLayout;

export const getStaticProps = getStaticTranslations;

export default Custom404;

0 comments on commit cfeacb4

Please sign in to comment.