refactor: move APP import from data to configs for better organization

This commit is contained in:
Ardeman
2025-02-25 06:07:45 +08:00
parent 5227204791
commit 0c38a775e3
10 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { Link } from 'react-router'
import { EyeIcon } from '~/components/icons/eye'
import { Button } from '~/components/ui/button'
import { APP } from '~/data/meta'
import { APP } from '~/configs/meta'
const AuthLayout = () => {
const [showPassword, setShowPassword] = useState(false)