Skip to content

Commit

Permalink
Importing library from npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
bence-toth committed Aug 20, 2020
1 parent e0a62d6 commit 0cbdb08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 689 deletions.
2 changes: 1 addition & 1 deletion triangle-mosaic-demo/src/components/app/app.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, {useEffect, useReducer, useRef, useState} from 'react'
import TriangleMosaic from 'triangle-mosaic'

import Coloring from '../coloring/coloring'
import ColoringPresets from '../coloringPresets/coloringPresets'
Expand All @@ -7,7 +8,6 @@ import Variance from '../variance/variance'
import {useDebounce} from './app.hooks'
import {initialState, reducer} from './app.state'
import {downloadSvg, getConfigFromState} from './app.utility'
import TriangleMosaic from './triangleMosaic'

import './app.css'

Expand Down
Loading

0 comments on commit 0cbdb08

Please sign in to comment.