feat: text editor and blog post
This commit is contained in:
parent
9e383ee26e
commit
78297efe5c
17 changed files with 2008 additions and 24 deletions
11
frontend/src/routes/about/layout.tsx
Normal file
11
frontend/src/routes/about/layout.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { component$, Slot } from "@builder.io/qwik";
|
||||
|
||||
export default component$(() => {
|
||||
return (
|
||||
<div class="container mx-auto px-4 py-8">
|
||||
<article class="prose prose-slate max-w-none">
|
||||
<Slot />
|
||||
</article>
|
||||
</div>
|
||||
);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue