Initial commit: Tapalka monorepo (bot, front, strapi)
This commit is contained in:
11
CMyTapper/robucks-front/app/[id]/friends/page.tsx
Normal file
11
CMyTapper/robucks-front/app/[id]/friends/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import FriendsContainer from '@/components/friends/FriendsContiner';
|
||||
import { ConfigBotApi } from '@/api/config-bot.api';
|
||||
|
||||
const page = async () => {
|
||||
const configBotApi = ConfigBotApi.getInstance();
|
||||
const botLink = await configBotApi.getBotLink();
|
||||
|
||||
return <FriendsContainer botLink={botLink.link} />;
|
||||
};
|
||||
|
||||
export default page;
|
||||
Reference in New Issue
Block a user