Tutorial #62

Merged
LucidKobold merged 32 commits from tutorial into main 2022-06-24 15:51:02 -04:00
16 changed files with 816 additions and 122 deletions
Showing only changes of commit 8e169b166f - Show all commits

View File

@@ -69,8 +69,6 @@ const CalenderExample = ({ type }: CalenderExampleProps): JSX.Element => {
const [currWeek /*, setCurrWeek*/] = useState<MonthDay[]>(getCurrentWeek());
console.info(currWeek);
return (
<VStack h="8.5rem" w="100%" spacing={0}>
<HStack

View File

@@ -84,7 +84,6 @@ const tutorialSlice = createSlice({
},
// Get and set states
getAndSetTutorial(state: TutorialSlice) {
console.log("get and set tutorial states");
const temp = getTempStorage();
const local = getStorage();