About
Portfolio
Repos
Blog
Hobbies
index
:
trip-share
master
nextjs
A web application for displaying photos and GPX tracks on the map
Marcin Zelent
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
models
/
index.ts
blob: 764b342e7412f303864e5591fa6aa86fe8c79a5b (
plain
)
1
2
3
4
import
Trip
from
'./Trip'
;
import
Photo
from
'./Photo'
;
export
type
{
Trip
,
Photo
};