mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-21 21:19:17 +00:00
feat: ⚡ new portal web for qr scan
This commit is contained in:
20
packages/portal/src/routes/layout.tsx
Normal file
20
packages/portal/src/routes/layout.tsx
Normal file
@@ -0,0 +1,20 @@
|
||||
import { component$, Slot } from '@builder.io/qwik'
|
||||
import Header from '../components/header/header'
|
||||
|
||||
export default component$(() => {
|
||||
return (
|
||||
<>
|
||||
<main>
|
||||
<Header />
|
||||
<section>
|
||||
<Slot />
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="https://qwik.builder.io/" target="_blank">
|
||||
Made with <strong>Qwik</strong>
|
||||
</a>
|
||||
</footer>
|
||||
</>
|
||||
)
|
||||
})
|
||||
Reference in New Issue
Block a user