init
This commit is contained in:
commit
2737aadc7f
13 changed files with 391 additions and 0 deletions
12
pages/components/post.tsx
Normal file
12
pages/components/post.tsx
Normal file
|
@ -0,0 +1,12 @@
|
|||
/** @jsx jsx */
|
||||
|
||||
import { PropsWithChildren, jsx } from "https://deno.land/x/hono@v4.3.10/middleware.ts"
|
||||
import { _css } from "../../lib/utils.ts";
|
||||
|
||||
export function Post({ children, name }: PropsWithChildren<{ name: string }>) {
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue