fix: run linter

This commit is contained in:
2025-11-19 16:08:05 -07:00
parent 52ed3aff4f
commit 0010334580
22 changed files with 61 additions and 98 deletions

View File

@@ -1,6 +1,6 @@
import { create } from 'zustand'
import { UserResponse } from '../client/response'
import { GetCurrentUser, SetUserName } from '../client/controllers'
import { UserResponse } from '../client/response'
export type UserActions = {
sync: () => Promise<UserResponse | undefined>