fix
-deskripsi: - fix folder: map, marketplace, forum ke (user)
This commit is contained in:
11
app/(application)/(user)/forum/index.tsx
Normal file
11
app/(application)/(user)/forum/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { TextCustom, ViewWrapper } from "@/components";
|
||||
|
||||
export default function Forum() {
|
||||
return (
|
||||
<>
|
||||
<ViewWrapper>
|
||||
<TextCustom>Forum</TextCustom>
|
||||
</ViewWrapper>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user