v1.1.2; bugfixes; admin panel improvement; small folder re-struct

This commit is contained in:
2021-02-20 15:15:39 +03:00
parent fa13227e0b
commit ecf88a8608
35 changed files with 4222 additions and 2881 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import './Novels.sass'
import React from "react";
import { fetchNovels } from "../../api/novels";
import NovelItem from '../../ui/NovelItem/NovelItem';
import Loading from "../../ui/Loading";
import Loading from "../../components/Loading";
type State = {
novels: NovelType[] | null