Skip to content

Commit

Permalink
feat: media page
Browse files Browse the repository at this point in the history
  • Loading branch information
nahid18 committed Aug 15, 2023
1 parent 9797488 commit 63ea8bb
Show file tree
Hide file tree
Showing 7 changed files with 198 additions and 164 deletions.
178 changes: 26 additions & 152 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/common/routes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { Access } from '../components/Access'
import { Geo } from '../components/Geo'
import { Host } from 'components/Host'
import { Palmid } from '../components/Palmid'
import { Media } from 'components/Media'

export const routes = {
home: {
Expand Down Expand Up @@ -46,6 +47,10 @@ export const routes = {
path: '/team',
component: Team,
},
media: {
path: '/media',
component: Media,
},
trees: {
path: '/trees',
component: Trees,
Expand Down
Loading

0 comments on commit 63ea8bb

Please # to comment.