Skip to content

Commit

Permalink
Update Join.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x committed Jun 16, 2023
1 parent 45ab95f commit b075e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Join.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useState } from "react";
import { useState } from "/react";

export default function Join() {
const [room, setRoom] = useState(""); //room <=> setRoom
Expand Down

1 comment on commit b075e1f

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on b075e1f Jun 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///react".

Please sign in to comment.