add assessment home

This commit is contained in:
2022-10-17 09:50:24 -03:00
parent 4bc00301b4
commit 6732308631
11 changed files with 30 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
import React from 'react'
export const Assessment = () => {
return (
<div>
<h1>Assessment</h1>
</div>
)
}