✨ add internationalization / dynamic themes
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import {useAuthStore} from '@/store/modules/userStore.ts';
|
||||
import {useThemeStore} from "@/store/modules/themeStore.ts";
|
||||
import {langStore} from "@/store/modules/langStore.ts";
|
||||
|
||||
export default function useStore() {
|
||||
return {
|
||||
user: useAuthStore(),
|
||||
theme: useThemeStore()
|
||||
theme: useThemeStore(),
|
||||
lang: langStore()
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user