[#30] changed logic to load datas to get all events from calendars
This commit is contained in:
@@ -4,7 +4,6 @@ import { Provider } from "react-redux";
|
||||
import App from "./App";
|
||||
import { store } from "./app/store";
|
||||
|
||||
import reportWebVitals from "./reportWebVitals";
|
||||
const container = document.getElementById("root")!;
|
||||
|
||||
const root = createRoot(container);
|
||||
@@ -15,5 +14,3 @@ root.render(
|
||||
</Provider>
|
||||
</React.StrictMode>
|
||||
);
|
||||
|
||||
reportWebVitals();
|
||||
|
||||
Reference in New Issue
Block a user