feat: update
This commit is contained in:
@ -4,6 +4,7 @@ import { Tabs } from '@taroify/core';
|
||||
import { useCallback, useState } from 'react';
|
||||
|
||||
import HomePage from '@/components/home-page';
|
||||
import { PageType } from '@/constants/app';
|
||||
import { GroupType, GROUP_PAGE_TABS } from '@/constants/group';
|
||||
import GroupFragment from '@/fragments/group';
|
||||
import useNavigation from '@/hooks/use-navigation';
|
||||
@ -22,7 +23,7 @@ export default function Group() {
|
||||
useShareAppMessage(() => getCommonShareMessage());
|
||||
|
||||
return (
|
||||
<HomePage>
|
||||
<HomePage type={PageType.Group}>
|
||||
<Tabs
|
||||
swipeable
|
||||
value={tabType}
|
||||
|
||||
Reference in New Issue
Block a user