|
|
@@ -3,11 +3,11 @@ import '@/utils/headers-polyfill.js'
|
|
|
import { PropsWithChildren } from 'react'
|
|
|
import { useLaunch } from '@tarojs/taro'
|
|
|
import { QueryClientProvider } from '@tanstack/react-query'
|
|
|
-import { AuthProvider, queryClient } from './utils/auth'
|
|
|
+import { AuthProvider, queryClient } from '@d8d/mini-enterprise-auth-ui/hooks'
|
|
|
|
|
|
import './app.css'
|
|
|
|
|
|
-function App({ children }: PropsWithChildren<any>) {
|
|
|
+function App({ children }: PropsWithChildren<any>) {
|
|
|
useLaunch(() => {
|
|
|
console.log('App launched.')
|
|
|
})
|