room creation fix + README update

This commit is contained in:
2024-05-13 19:53:43 +02:00
parent 22ec7f8fdd
commit 4e6a03df17
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
import React from "react";
import { Form, Input, Button } from "antd";
import { createRoom } from '../../api/room'
import axios from "axios";