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