6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
import GoTrueClient from './GoTrueClient'
|
|
|
|
const AuthClient = GoTrueClient
|
|
|
|
export default AuthClient
|