fancy text editor
This commit is contained in:
parent
db1c642072
commit
82361fdf63
6 changed files with 119 additions and 11 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue