change: everything

This commit is contained in:
Xory 2026-02-07 16:12:58 +02:00
parent 1e09c02cb9
commit a49c5d8bcc
15 changed files with 1107 additions and 229 deletions

View file

@ -1,4 +1,4 @@
import Post from '../components/post.tsx';
import Post from '../components/post';
import { useLocation } from "react-router";
export default function ViewPost() {