mirror of
https://github.com/Nezumi-2711/Sink.git
synced 2026-09-22 05:41:49 +00:00
feat: init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<main class="flex flex-col min-h-screen">
|
||||
<LayoutsHeader />
|
||||
<section class="flex flex-1">
|
||||
<div class="container mx-auto">
|
||||
<slot />
|
||||
</div>
|
||||
</section>
|
||||
<LayoutsFooter />
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user