Skip to content

Commit

Permalink
Merge branch 'main' into feature/roboform
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Jul 1, 2024
2 parents fd376d2 + 79d510d commit 5ab5cec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BlockRenderer from "@/roboshield/components/BlockRenderer";
import { PageProps } from "@/roboshield/lib/data";
import { GetServerSidePropsContext } from "next";

export default function About({ blocks }: PageProps) {
export default function Page({ blocks }: PageProps) {
return (
<>
<BlockRenderer blocks={blocks} />
Expand Down
23 changes: 0 additions & 23 deletions apps/roboshield/src/pages/index.tsx

This file was deleted.

0 comments on commit 5ab5cec

Please sign in to comment.