Renammed appLayoutSlice
This commit is contained in:
parent
f0a16656f8
commit
557bc792ed
@ -13,7 +13,7 @@ import {
|
||||
setLanguagePanelOpen,
|
||||
setSubPanelOpen,
|
||||
setMainPanelReduced,
|
||||
} from "redux/AppLayoutSlice";
|
||||
} from "redux/appLayoutSlice";
|
||||
import { RootState } from "redux/store";
|
||||
import ReactTooltip from "react-tooltip";
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
import Button from "components/Button";
|
||||
import { GetWebsiteInterfaceQuery } from "graphql/operations-types";
|
||||
import { useDispatch } from "react-redux";
|
||||
import { setSubPanelOpen } from "redux/AppLayoutSlice";
|
||||
import { setSubPanelOpen } from "redux/appLayoutSlice";
|
||||
|
||||
type ReturnButtonProps = {
|
||||
href: string;
|
||||
|
@ -8,7 +8,7 @@ import { GetWebsiteInterfaceQuery } from "graphql/operations-types";
|
||||
import Markdown from "markdown-to-jsx";
|
||||
import { useDispatch, useSelector } from "react-redux";
|
||||
import { RootState } from "redux/store";
|
||||
import { setLanguagePanelOpen, setMainPanelOpen } from "redux/AppLayoutSlice";
|
||||
import { setLanguagePanelOpen, setMainPanelOpen } from "redux/appLayoutSlice";
|
||||
import { useMediaDesktop } from "hooks/useMediaQuery";
|
||||
|
||||
type MainPanelProps = {
|
||||
|
@ -31,7 +31,7 @@ import HorizontalLine from "components/HorizontalLine";
|
||||
import AppLayout from "components/AppLayout";
|
||||
import LibraryItemsPreview from "components/Library/LibraryItemsPreview";
|
||||
import InsetBox from "components/InsetBox";
|
||||
import { setSubPanelOpen } from "redux/AppLayoutSlice";
|
||||
import { setSubPanelOpen } from "redux/appLayoutSlice";
|
||||
import { useDispatch } from "react-redux";
|
||||
import Img, { ImageQuality } from "components/Img";
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { configureStore } from "@reduxjs/toolkit";
|
||||
import appLayoutReducer from "redux/AppLayoutSlice";
|
||||
import appLayoutReducer from "redux/appLayoutSlice";
|
||||
|
||||
export const store = configureStore({
|
||||
reducer: { appLayout: appLayoutReducer },
|
||||
|
Loading…
x
Reference in New Issue
Block a user