fixed bugs

This commit is contained in:
Shusui MOYATANI
2023-03-17 19:51:01 +09:00
parent c34143065b
commit 1a8cd53247
9 changed files with 56 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
import { createEffect, onMount, type Component } from 'solid-js';
import { createSignal, createEffect, onMount, type Component, onCleanup } from 'solid-js';
import { useNavigate } from '@solidjs/router';
import Column from '@/components/Column';