We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7aa50c + a179361 commit 390ea17Copy full SHA for 390ea17
src/app/document/[documentId]/room.tsx
@@ -13,11 +13,11 @@ import { ReactNode } from "react";
13
// import { ReactNode, useEffect, useMemo, useState } from "react";
14
// import { getUsers } from "./action";
15
16
-type User = {
17
- id: string;
18
- name: string;
19
- avatar: string;
20
-};
+// type User = {
+// id: string;
+// name: string;
+// avatar: string;
+// };
21
22
export function Room({ children }: { children: ReactNode }) {
23
// const params = useParams<{ documentId: string }>();
0 commit comments