Run prettier

This commit is contained in:
2023-04-15 12:56:22 -04:00
parent 3d7538bfbe
commit 738e2a4e7e
3 changed files with 14 additions and 14 deletions

View File

@ -1,9 +1,9 @@
import React from "react";
export default function Page() {
return (
<>
<p>Is this thing on?</p>
</>
);
}
return (
<>
<p>Is this thing on?</p>
</>
);
}