mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-14 12:20:01 -04:00
Particles.js and crismas
This commit is contained in:
parent
2b0292a614
commit
35cb912e28
8 changed files with 588 additions and 66 deletions
|
@ -4,7 +4,7 @@ export function HeaderRoute(props: { children: any }) {
|
|||
return (
|
||||
<div className="flex h-screen flex-col">
|
||||
<Header />
|
||||
<div className="flex-1 bg-primary">
|
||||
<div className="flex-1">
|
||||
<main className="h-full">{props.children}</main>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue