mirror of
https://github.com/lorsanstand/Aether.git
synced 2026-09-18 14:18:20 +03:00
Edit README
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import { create } from 'zustand';
|
||||
|
||||
interface User {
|
||||
id: string;
|
||||
email: string;
|
||||
username: string;
|
||||
}
|
||||
import type { User } from '../services/userService';
|
||||
|
||||
interface AuthStore {
|
||||
user: User | null;
|
||||
|
||||
Reference in New Issue
Block a user