This website works better with JavaScript.
Explore
Help
Sign In
Mid
/
invesvpo
Watch
1
Star
0
Fork
You've already forked invesvpo
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7f35efeb17
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7f35efeb17'
${ noResults }
invesvpo
/
pages
/
models.js
9 lines
135 B
Raw
Normal View
History
Unescape
Escape
make the two other pages invisible while they're not finished
3 years ago
import
Head
from
'next/head'
export
default
function
Models
(
)
{
return
(
<
div
>
<
/
d
i
v
>
)
updates
4 years ago
}