File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/themes/default/pages/admin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ import AdminContext from '~/contexts/adminContext'
4
4
import AccountForm from '~/themes/default/components/ui/admin/AccountForm'
5
5
import ChangePasswordForm from '~/themes/default/components/ui/admin/ChangePasswordForm'
6
6
import AdminHeader from '~/themes/default/components/ui/admin/Header'
7
+ import ProductCategoryList from '~/themes/default/components/ui/admin/ProductCategoryList'
8
+ import ProductVariantList from '~/themes/default/components/ui/admin/ProductVariantList'
9
+ import PublicPageList from '~/themes/default/components/ui/admin/PublicPageList'
7
10
import StoreInfoForm from '~/themes/default/components/ui/admin/StoreInfoForm'
8
11
import {
9
12
Tabs ,
@@ -12,9 +15,6 @@ import {
12
15
TabsTrigger ,
13
16
} from '~/themes/default/components/ui/tabs'
14
17
import { Currency } from '~/types'
15
- import ProductCategoryList from '../../components/ui/admin/ProductCategoryList'
16
- import ProductVariantList from '../../components/ui/admin/ProductVariantList'
17
- import PublicPageList from '../../components/ui/admin/PublicPageList'
18
18
19
19
const Settings = ( { currencies } : { currencies : Currency [ ] } ) => {
20
20
const { t } = useTranslation ( )
You can’t perform that action at this time.
0 commit comments