Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Kirill committed Jul 18, 2023
1 parent 9019b00 commit 40ca120
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pages/testPage.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { Fragment } = require("react");

function TestPage () {

return (
<Fragment>

</Fragment>
)
}

export default TestPage

0 comments on commit 40ca120

Please sign in to comment.