yorkie-team / dashboard

Dashboard is an administrative tool that allows users to manage projects and documents with ease.
https://yorkie.dev/dashboard/
Apache License 2.0
25 stars 14 forks source link

Separate the page layout components #44

Closed chacha912 closed 2 years ago

chacha912 commented 2 years ago

What this PR does / why we need it?

├── api
├── app
├── components
├── features
│   ├── documents
│   ├── projects
│   └── users
├── pages
│   ├── Header.tsx
│   ├── Footer.tsx
│   └── xxxPage.tsx
└── App.tsx

Any background context you want to provide?

There are only route elements in the App.tsx.

What are the relevant tickets?

Fixes #

Checklist