Loading Room Chat

# feat
- Loading otomastis scroll chat
## No Isuuee
This commit is contained in:
2024-05-01 13:39:06 +08:00
parent 2a4d2951af
commit c34f9a9b75
24 changed files with 610 additions and 274 deletions

View File

@@ -1,11 +1,14 @@
"use client"
"use client";
import { Text, Title } from "@mantine/core";
import { Center, Text, Title } from "@mantine/core";
import ComponentColab_IsEmptyData from "../../component/is_empty_data";
export default function Colab_NotifikasiView() {
return (
<>
<Text>ini notif</Text>
<Center>
<ComponentColab_IsEmptyData text="Cooming Soon" />
</Center>
</>
);
}