mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore: add placeholder /servers with appshell
This commit is contained in:
parent
0e33aa8112
commit
51ae64e664
1 changed files with 11 additions and 1 deletions
|
@ -1 +1,11 @@
|
|||
export default () => <div></div>;
|
||||
import { AppShell } from 'roleypoly/design-system/organisms/app-shell';
|
||||
import { useAppShellProps } from 'roleypoly/providers/appShellData';
|
||||
|
||||
export default () => {
|
||||
const { appShellProps } = useAppShellProps();
|
||||
return (
|
||||
<AppShell {...appShellProps}>
|
||||
<div></div>
|
||||
</AppShell>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue