Skip to content

Commit

Permalink
Merge pull request #537 from battlecode/fix-floater-impact
Browse files Browse the repository at this point in the history
Fix queue page by importing floater
  • Loading branch information
n8kim1 authored Jan 13, 2023
2 parents 157c893 + 5774679 commit 2a0bb6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/queue.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { Component } from "react";
import Floater from "react-floater";
import Api from "../api";

import { getDateTimeText } from "../utils/date";
Expand Down

0 comments on commit 2a0bb6f

Please sign in to comment.