mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
add "welcome" page
This commit is contained in:
parent
e7d0c83686
commit
81fba4a1be
16 changed files with 360 additions and 10 deletions
5
src/pages/welcome/index.tsx
Normal file
5
src/pages/welcome/index.tsx
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { WelcomeLayout } from '~/layouts/WelcomeLayout';
|
||||
|
||||
const WelcomePage = () => <WelcomeLayout />;
|
||||
|
||||
export default WelcomePage;
|
Loading…
Add table
Add a link
Reference in a new issue