fancy text editor

This commit is contained in:
john 2025-05-05 22:57:08 +02:00
parent db1c642072
commit 82361fdf63
6 changed files with 119 additions and 11 deletions

View file

@ -2,7 +2,7 @@ import { BrowserRouter, Route, Routes } from 'react-router'
import HomePage from './pages/HomePage.tsx'
import { PostsService } from './model/posts/postsService.ts'
import AuthorPage from './pages/AuthorPage.tsx'
import { MediaService } from './pages/mediaService.ts'
import { MediaService } from './model/mediaService.ts'
function App() {
const postService = new PostsService()