This website requires JavaScript.
Explore
Help
Sign In
Elaman
/
kgroad-frontend2
Watch
1
Star
0
Fork
0
You've already forked kgroad-frontend2
forked from
Transparency/kgroad-frontend2
Code
Pull Requests
Activity
60b136effd
kgroad-frontend2
/
app
/
about-us
/
page.tsx
8 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
just started rewritig the project, found a lot of fails
2024-02-03 14:03:03 +00:00
import
React
from
"react"
;
first commit, made homepage
2024-01-19 13:46:01 +00:00
just started rewritig the project, found a lot of fails
2024-02-03 14:03:03 +00:00
const
page
=
(
)
=
>
{
return
<
div
>
page
<
/
div
>
;
}
;
export
default
page
;
Copy Permalink