cleanup - moving around css

This commit is contained in:
Michael Freno
2025-12-24 01:50:28 -05:00
parent 348d1edd29
commit aa66fae1b7
6 changed files with 748 additions and 721 deletions

View File

@@ -4,6 +4,7 @@ import { Title, Meta } from "@solidjs/meta";
import { createAsync } from "@solidjs/router";
import { getRequestEvent } from "solid-js/web";
import PostForm from "~/components/blog/PostForm";
import "../post.css";
const getAuthState = query(async () => {
"use server";