release 0.3.4
This commit is contained in:
11
apps/web/app/templates/wrapper.tsx
Normal file
11
apps/web/app/templates/wrapper.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
"use client";
|
||||
|
||||
import { Session } from "next-auth";
|
||||
|
||||
export default function Wrapper({ session }: { session: Session | null }) {
|
||||
return (
|
||||
<>
|
||||
<div className="mx-auto max-w-3xl px-6 py-6">working...</div>
|
||||
</>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user