mirror of
https://github.com/kevin-DL/commander_league_web.git
synced 2026-01-16 20:24:43 +00:00
Initial commit from Create Next App
This commit is contained in:
17
pages/example.js
Normal file
17
pages/example.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import Link from 'next/link'
|
||||
|
||||
const Example = (props) => {
|
||||
return (
|
||||
<div>
|
||||
<p>
|
||||
This page is static because it does not fetch any data or include the
|
||||
authed user info.
|
||||
</p>
|
||||
<Link href={'/'}>
|
||||
<a>Home</a>
|
||||
</Link>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Example
|
||||
Reference in New Issue
Block a user