JSON Dateien in einem Ordner verschoben
This commit is contained in:
@@ -6,8 +6,8 @@ import Navigation from "../components/Navigation";
|
||||
import Footer from "../components/Footer";
|
||||
import "../styles/globals.css";
|
||||
import { Provider } from "react-redux";
|
||||
import { setVariables } from "../store/variablesSlice";
|
||||
import store from "../store/store";
|
||||
import { setVariables } from "../redux/store/variablesSlice";
|
||||
import store from "../redux/store/store";
|
||||
import { AppProps } from "next/app";
|
||||
|
||||
function MyApp({ Component, pageProps }: AppProps) {
|
||||
|
||||
Reference in New Issue
Block a user