more refactoring

This commit is contained in:
2024-07-02 09:08:49 +02:00
parent de148eaf19
commit 1971966099
27 changed files with 400 additions and 324 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import ArticlePreview from "@/components/shared/news/article-preview"
import ReactDOM from "react";
import "/public/global.css"
import "./index.css"
import { Post } from "@/model/Post";
import { constructAPIUrl } from "@/util/Utils";
import { Post } from "@/models";
import { constructAPIUrl } from "@/util";
import Link from "next/link";
import { Attributes } from "@sequelize/core";