Skip to content

Commit

Permalink
trigger frontend workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashSDas committed Aug 11, 2024
1 parent cc9473b commit 59b3ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Layout } from "@app/components/shared/layout/Layout";
import { fontStyles } from "@app/utils/fonts";
import { Text } from "@chakra-ui/react";
import Head from "next/head";

//
export default function NotFoundPage() {
return (
<>
Expand Down

0 comments on commit 59b3ea0

Please sign in to comment.