init service page

This commit is contained in:
uubulb
2024-11-15 16:49:10 +08:00
parent f842d5aeec
commit 22da283031
4 changed files with 129 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { MainStore, User } from '@/types'
import { MainStore, ModelUser as User } from '@/types'
import { create } from 'zustand'
import { persist, createJSONStorage } from 'zustand/middleware'