Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarlandian committed Jun 5, 2021
1 parent e75adcb commit 453c314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import { observer } from "mobx-react-lite";
import React, { useState } from "react";
import Measure from "react-measure";
import { animated, useSpring, useTransition } from "react-spring/web.cjs";
import { animated, useTransition } from "react-spring/web.cjs";
import styled from "styled-components/macro";
import {
BarChartTrellis,
Expand Down

0 comments on commit 453c314

Please sign in to comment.