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
@@ -1,6 +1,6 @@
import { Link } from 'react-router'
import { APP } from '~/data/meta'
import { APP } from '~/configs/meta'
export const Banner = () => {
return (