refactor: migrate state imports from contexts to stores directory
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* 原始 Dart: lib/ui/auth/widgets/auth_panel.dart
|
||||
*/
|
||||
import { useAuthState } from "@/contexts/auth/auth-context";
|
||||
import { useAuthState } from "@/stores/auth/auth-context";
|
||||
|
||||
import { AuthFacebookPanel } from "./auth-facebook-panel";
|
||||
import { AuthEmailPanel } from "./auth-email-panel";
|
||||
|
||||
Reference in New Issue
Block a user