fix: clean up examples

This commit is contained in:
tannerlinsley 2019-08-27 10:08:13 -06:00
parent 8bb85b99c3
commit 25cdefb2a1
3 changed files with 1 additions and 7 deletions

View File

@ -13,7 +13,6 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1",
"react-spring": "^8.0.27",
"react-table": "next",
"styled-components": "^4.3.2"
},

View File

@ -7,13 +7,10 @@
"eject": "rescripts eject"
},
"dependencies": {
"framer-motion": "^1.6.3",
"match-sorter": "^4.0.1",
"namor": "^1.1.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1",
"react-spring": "^8.0.27",
"react-table": "next",
"styled-components": "^4.3.2"
},

View File

@ -1,8 +1,6 @@
import React from 'react'
import styled from 'styled-components'
import { useTable, useSortBy, useFilters, useColumnOrder } from 'react-table'
import { motion, AnimatePresence } from 'framer-motion'
import matchSorter from 'match-sorter'
import { useTable, useColumnOrder } from 'react-table'
import makeData from './makeData'