other non build page
This commit is contained in:
parent
8c12f47d5d
commit
35de39fef8
15
src/pages/home/index.jsx
Normal file
15
src/pages/home/index.jsx
Normal file
@ -0,0 +1,15 @@
|
||||
import Logo from '../../assets/logo.png';
|
||||
import { Avatar, Center, Text } from '@mantine/core';
|
||||
|
||||
const Home = () => (
|
||||
<>
|
||||
<Center mt="xl" mb="md">
|
||||
<Avatar src={Logo} size={300} />
|
||||
</Center>
|
||||
<Text align="center" fw={500} fz="xl">
|
||||
Configure playlist to display on remote display(s) !
|
||||
</Text>
|
||||
</>
|
||||
);
|
||||
|
||||
export default Home;
|
||||
10
src/pages/planning/index.jsx
Normal file
10
src/pages/planning/index.jsx
Normal file
@ -0,0 +1,10 @@
|
||||
import Logo from '../../assets/logo.png';
|
||||
import { Avatar, Center, Text } from '@mantine/core';
|
||||
|
||||
const Planning = () => (
|
||||
<>
|
||||
planning
|
||||
</>
|
||||
);
|
||||
|
||||
export default Planning;
|
||||
Loading…
Reference in New Issue
Block a user