Forum & User Search – User - app/(application)/(user)/forum/index.tsx - app/(application)/(user)/user-search/index.tsx Global & Core - app/+not-found.tsx - screens/RootLayout/AppRoot.tsx - constants/constans-value.ts Component - components/Image/AvatarComp.tsx API Client - service/api-client/api-user.ts Untracked Files - QWEN.md - helpers/ - hooks/use-pagination.tsx - screens/Forum/ViewBeranda3.tsx - screens/UserSeach/ ### No Issue
12 lines
274 B
TypeScript
12 lines
274 B
TypeScript
import UserSearchMainView from "@/screens/UserSeach/MainView";
|
|
import UserSearchMainView_V2 from "@/screens/UserSeach/MainView_V2";
|
|
|
|
export default function UserSearch() {
|
|
return (
|
|
<>
|
|
{/* <UserSearchMainView /> */}
|
|
<UserSearchMainView_V2 />
|
|
</>
|
|
);
|
|
}
|