Skip to content

Commit

Permalink
chore: remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
georgetayqy committed Nov 3, 2024
1 parent ddb4d0f commit 2255894
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions collaboration-service/src/session/api.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import axios from 'axios';
import BaseError from '../errors/BaseError.js';
import RoomCreationError from '../errors/RoomCreationError.js';
import RoomNotFoundError from '../errors/RoomNotFoundError.js';
import UserDeregistrationError from '../errors/UserDeregistrationError.js';
import UserNotFoundError from '../errors/UserNotFoundError.js';
Expand Down

0 comments on commit 2255894

Please sign in to comment.