Skip to content

Commit 390ea17

Browse files
authored
Merge pull request #31 from duylongpro99/development
cmt
2 parents f7aa50c + a179361 commit 390ea17

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/app/document/[documentId]/room.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ import { ReactNode } from "react";
1313
// import { ReactNode, useEffect, useMemo, useState } from "react";
1414
// import { getUsers } from "./action";
1515

16-
type User = {
17-
id: string;
18-
name: string;
19-
avatar: string;
20-
};
16+
// type User = {
17+
// id: string;
18+
// name: string;
19+
// avatar: string;
20+
// };
2121

2222
export function Room({ children }: { children: ReactNode }) {
2323
// const params = useParams<{ documentId: string }>();

0 commit comments

Comments
 (0)