build ok,

This commit is contained in:
louiscklaw
2025-06-15 11:28:24 +08:00
parent c319c103f6
commit b7cd25b614
1088 changed files with 4376 additions and 7002 deletions

View File

@@ -1,6 +1,5 @@
import { CONFIG } from 'src/global-config';
import { CenteredResetPasswordView } from 'src/auth/view/auth-demo/centered';
import { CONFIG } from 'src/global-config';
// ----------------------------------------------------------------------

View File

@@ -1,6 +1,5 @@
import { CONFIG } from 'src/global-config';
import { CenteredSignInView } from 'src/auth/view/auth-demo/centered';
import { CONFIG } from 'src/global-config';
// ----------------------------------------------------------------------

View File

@@ -1,6 +1,5 @@
import { CONFIG } from 'src/global-config';
import { CenteredSignUpView } from 'src/auth/view/auth-demo/centered';
import { CONFIG } from 'src/global-config';
// ----------------------------------------------------------------------

View File

@@ -1,6 +1,5 @@
import { CONFIG } from 'src/global-config';
import { CenteredUpdatePasswordView } from 'src/auth/view/auth-demo/centered';
import { CONFIG } from 'src/global-config';
// ----------------------------------------------------------------------

View File

@@ -1,6 +1,5 @@
import { CONFIG } from 'src/global-config';
import { CenteredVerifyView } from 'src/auth/view/auth-demo/centered';
import { CONFIG } from 'src/global-config';
// ----------------------------------------------------------------------

View File

@@ -1,6 +1,5 @@
import { CONFIG } from 'src/global-config';
import { SplitResetPasswordView } from 'src/auth/view/auth-demo/split';
import { CONFIG } from 'src/global-config';
// ----------------------------------------------------------------------

View File

@@ -1,6 +1,5 @@
import { CONFIG } from 'src/global-config';
import { SplitSignInView } from 'src/auth/view/auth-demo/split';
import { CONFIG } from 'src/global-config';
// ----------------------------------------------------------------------

View File

@@ -1,6 +1,5 @@
import { CONFIG } from 'src/global-config';
import { SplitSignUpView } from 'src/auth/view/auth-demo/split';
import { CONFIG } from 'src/global-config';
// ----------------------------------------------------------------------

View File

@@ -1,6 +1,5 @@
import { CONFIG } from 'src/global-config';
import { SplitUpdatePasswordView } from 'src/auth/view/auth-demo/split';
import { CONFIG } from 'src/global-config';
// ----------------------------------------------------------------------

View File

@@ -1,6 +1,5 @@
import { CONFIG } from 'src/global-config';
import { SplitVerifyView } from 'src/auth/view/auth-demo/split';
import { CONFIG } from 'src/global-config';
// ----------------------------------------------------------------------