Skip to content

Commit

Permalink
redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kleenpulse committed Jul 25, 2024
1 parent 335077d commit 126f41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/app/(auth-routes)/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Footer from "~/components/layouts/footer";

import { Suspense } from "react";

import Footer from "~/components/layouts/footer";
import Navbar from "~/components/layouts/navbar";

function Layout({ children }: { children: React.ReactNode }) {
Expand Down
2 changes: 1 addition & 1 deletion src/app/(auth-routes)/register/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import {
InputOTPGroup,
InputOTPSlot,
} from "~/components/ui/input-otp";
import Google from "../../../../public/images/google.svg";
import Facebook from "../../../../public/images/facebook.svg";
import Google from "../../../../public/images/google.svg";

const formSchema = z.object({
fullname: z.string().min(2, {
Expand Down

0 comments on commit 126f41a

Please sign in to comment.