Skip to content

Commit

Permalink
Shortened import
Browse files Browse the repository at this point in the history
  • Loading branch information
twobackfromtheend committed Jul 10, 2019
1 parent 49648b5 commit 2fd654c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Components/Shared/Tag/TagDialogWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { faTags } from "@fortawesome/free-solid-svg-icons"
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
import { createStyles, IconButton, Tooltip, WithStyles, withStyles } from "@material-ui/core"
import * as React from "react"
import { Replay } from "../../../Models/Replay/Replay"
import { Replay } from "../../../Models"
import { TagDialog } from "./TagDialog"

const styles = createStyles({
Expand Down

0 comments on commit 2fd654c

Please sign in to comment.