refactor: rename PostPage to Post, export Post component from Post view

This commit is contained in:
Tom (plebeius.eth)
2024-06-11 15:49:26 +02:00
parent 7100030043
commit 8e5a5919fa
30 changed files with 89 additions and 94 deletions
@@ -1,4 +1,4 @@
import Post from '../post';
import { Post } from '../../views/post';
import { useTranslation } from 'react-i18next';
import _ from 'lodash';