Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarlandian committed Apr 19, 2021
1 parent 1325ba9 commit 47d1f31
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
// =============================================================================

import { observer } from "mobx-react-lite";
import React from "react";
import { useState } from "react";
import React, { useState } from "react";
import Measure from "react-measure";
import { animated, useSpring, useTransition } from "react-spring/web.cjs";
import styled from "styled-components/macro";
Expand Down

0 comments on commit 47d1f31

Please sign in to comment.