mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 18:06:38 -04:00
consistent arrow functions
This commit is contained in:
@ -19,7 +19,7 @@ export const metadata: Metadata = {
|
||||
},
|
||||
};
|
||||
|
||||
export default async function Page() {
|
||||
const Page = () => {
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
@ -73,4 +73,6 @@ export default async function Page() {
|
||||
</CodeBlock>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
export default Page;
|
||||
|
Reference in New Issue
Block a user