Created the Create.jsx page
This commit is contained in:
parent
4c2bffab25
commit
60afef5cb4
9
client/src/pages/Create/Create.jsx
Normal file
9
client/src/pages/Create/Create.jsx
Normal file
@ -0,0 +1,9 @@
|
||||
import "./styles.sass";
|
||||
|
||||
export const Create = () => {
|
||||
return (
|
||||
<div className="create-page">
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user