rm dumb log
This commit is contained in:
parent
7d92a8598e
commit
06a8127ab2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import type { Article } from "~/routes";
|
import type { Article } from "~/routes";
|
||||||
|
|
||||||
export default function Post(props: Article) {
|
export default function Post(props: Article) {
|
||||||
console.log(props)
|
|
||||||
return (
|
return (
|
||||||
<main class="bg-zinc-900 mx-auto text-zinc-300 p-4 my-5 max-w-prose">
|
<main class="bg-zinc-900 mx-auto text-zinc-300 p-4 my-5 max-w-prose">
|
||||||
<p class="text-right">
|
<p class="text-right">
|
||||||
|
|
Loading…
Add table
Reference in a new issue