adding attachments but will impl;ement later
This commit is contained in:
@@ -217,7 +217,7 @@ export default function DashboardRoom() {
|
||||
<span className="flex flex-row justify-end space-x-3 pb-5 items-center">
|
||||
<span className="flex flex-col mr-auto">
|
||||
<span className="text-white ">
|
||||
Rooms
|
||||
ROOMS
|
||||
<button
|
||||
className="right-1 rounded-lg py-1 px-2 ml-1
|
||||
shadow-md text-center text-white text-sm font-bold"
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
export default class Attachment {
|
||||
id: string;
|
||||
name: string;
|
||||
description: string;
|
||||
link: string;
|
||||
|
||||
constructor() {}
|
||||
}
|
||||
Reference in New Issue
Block a user