chore(ui): lint

This commit is contained in:
psychedelicious
2025-07-22 16:58:29 +10:00
parent 42f3990f7a
commit 53bcbc58f5
3 changed files with 1 additions and 10 deletions

View File

@@ -63,7 +63,6 @@
"framer-motion": "^11.10.0",
"i18next": "^25.3.2",
"i18next-http-backend": "^3.0.2",
"idb-keyval": "6.2.2",
"jsondiffpatch": "^0.7.3",
"konva": "^9.3.22",
"linkify-react": "^4.3.1",

View File

@@ -80,9 +80,6 @@ importers:
i18next-http-backend:
specifier: ^3.0.2
version: 3.0.2
idb-keyval:
specifier: 6.2.2
version: 6.2.2
jsondiffpatch:
specifier: ^0.7.3
version: 0.7.3
@@ -2771,9 +2768,6 @@ packages:
typescript:
optional: true
idb-keyval@6.2.2:
resolution: {integrity: sha512-yjD9nARJ/jb1g+CvD0tlhUHOrJ9Sy0P8T9MF3YaLlHnSRpwPfpTX0XIvpmw3gAJUmEu3FiICLBDPXVwyEvrleg==}
ieee754@1.2.1:
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
@@ -7266,8 +7260,6 @@ snapshots:
optionalDependencies:
typescript: 5.8.3
idb-keyval@6.2.2: {}
ieee754@1.2.1: {}
ignore@5.3.2: {}

View File

@@ -26,7 +26,7 @@ const getInitialState = (): SystemState => ({
shouldHighlightFocusedRegions: false,
});
export const slice = createSlice({
const slice = createSlice({
name: 'system',
initialState: getInitialState(),
reducers: {