mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
feat: updates
This commit is contained in:
parent
9971418b8c
commit
bbcf1f9340
19 changed files with 306 additions and 15 deletions
|
|
@ -6,12 +6,17 @@ import Login from '@/pages/Login'
|
|||
import Playlist from '@/pages/Playlist'
|
||||
import Artist from '@/pages/Artist'
|
||||
import Search from '@/pages/Search'
|
||||
import Library from '@/pages/Library'
|
||||
|
||||
const routes: RouteObject[] = [
|
||||
{
|
||||
path: '/',
|
||||
element: <Home />,
|
||||
},
|
||||
{
|
||||
path: '/library',
|
||||
element: <Library />,
|
||||
},
|
||||
{
|
||||
path: '/login',
|
||||
element: <Login />,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue