diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yml similarity index 100% rename from .github/workflows/frontend.yaml rename to .github/workflows/frontend.yml diff --git a/public/app/app.tsx b/public/app/app.tsx index 9529ba3bc..20d76925b 100644 --- a/public/app/app.tsx +++ b/public/app/app.tsx @@ -2,7 +2,7 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; import './jquery-import'; import { Provider } from 'react-redux'; -import store, { persistor } from './redux/store'; +import store from './redux/store'; import '@webapp/../sass/profile.scss'; import '@szhsin/react-menu/dist/index.css'; import Notifications from '@webapp/ui/Notifications'; @@ -31,7 +31,7 @@ function App() {