Skip to content

Commit

Permalink
Merge pull request #97 from CS3219-AY2324S1/staging
Browse files Browse the repository at this point in the history
fix: fix build issues
  • Loading branch information
raynerljm authored Nov 15, 2023
2 parents 52b231e + fe908fc commit babc650
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/app/src/features/room/api/usePostLeaveRoom.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { backendApi } from "@/lib/axios";
import { useMutation } from "@tanstack/react-query";
import { useAuth } from "@/hooks/useAuth";
import { useToast } from "@chakra-ui/react";
import { z } from "zod";
import { makeSuccessResponseSchema } from "@/lib/api";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useCallback, useEffect, useRef, useState, MouseEvent } from "react";
import { useLocation, useParams } from "react-router-dom";
import { useLocation } from "react-router-dom";
import {
Box,
Text,
Expand Down

0 comments on commit babc650

Please sign in to comment.