mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-27 22:41:17 -07:00
Informational Site: Typescript (#63)
* #16 pt 2 - adding typescript * Updating package/package-lock
This commit is contained in:
parent
6045f32157
commit
ad72a5014c
5 changed files with 112 additions and 231 deletions
15
client/src/pages/index.tsx
Normal file
15
client/src/pages/index.tsx
Normal file
|
@ -0,0 +1,15 @@
|
|||
import * as React from "react"
|
||||
|
||||
// markup
|
||||
const IndexPage = () => {
|
||||
return (
|
||||
<>
|
||||
<main>
|
||||
<title>Justice40</title>
|
||||
<h1>Justice40</h1>
|
||||
</main>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default IndexPage
|
Loading…
Add table
Add a link
Reference in a new issue