rename component file to component's name

This commit is contained in:
nflnkr 2024-01-31 18:08:01 +03:00
parent a8b32e6aad
commit db541d97ef
2 changed files with 1 additions and 1 deletions

@ -5,7 +5,7 @@ import { ruRU } from '@mui/x-date-pickers/locales';
import moment from "moment";
import { SnackbarProvider } from 'notistack';
import { SWRConfig } from "swr";
import { ViewPage } from "./pages/ViewPublicationPage";
import { ViewPage } from "./pages/ViewPublicationPage/ViewPublicationPage";
import lightTheme from "./utils/themes/light";