mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 06:24:25 +01:00
update
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { createSignal, onMount, Switch, Match, type Component } from 'solid-js';
|
||||
import { useNavigate } from '@solidjs/router';
|
||||
import usePersistStatus from '@/hooks/usePersistStatus';
|
||||
import { persistQueryClient } from '@tanstack/react-query-persist-client';
|
||||
|
||||
type SignerStatus = 'checking' | 'available' | 'unavailable';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user