Skip to content

Commit

Permalink
chore: fix imports (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 authored Jun 30, 2023
1 parent 94e489c commit b1996eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import useComponentSize from "@rehooks/component-size";
import React, { ChangeEvent, Fragment, useContext, useEffect, useLayoutEffect, useMemo, useRef, useState, useReducer } from "react";
import ReactDOM from "react-dom";
import * as interpolator from "color-interpolate"
import * as colormap from "colormap"
import interpolator from "color-interpolate"
import colormap from "colormap"

import {flattenSVG} from "flatten-svg";
import {PaperSize} from "./paper-size";
Expand Down
1 change: 1 addition & 0 deletions tsconfig.web.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"noImplicitAny": true,
"module": "es6",
"target": "es6",
"moduleResolution": "node",
"jsx": "react",
"allowJs": true
},
Expand Down

0 comments on commit b1996eb

Please sign in to comment.