mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add stores directory and naming
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import useAppStore from "../useAppStore";
|
||||
import useGeneralStore from "../hooks/stores/useGeneralStore";
|
||||
|
||||
const handleStyleChange = (event) => {
|
||||
const {
|
||||
setBodyStyle, setSelectedStyle
|
||||
} = useAppStore.getState();
|
||||
} = useGeneralStore.getState();
|
||||
|
||||
switch (event.target.value) {
|
||||
case "Yotsuba":
|
||||
|
||||
Reference in New Issue
Block a user