mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
import App from "../src/containers/App";
|
|
|
|
const HomePage = () => (<App />)
|
|
|
|
export default HomePage
|