Skip to content

Commit

Permalink
fix: clean up examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Aug 27, 2019
1 parent 8bb85b9 commit 25cdefb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion examples/animated-framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
3 changes: 0 additions & 3 deletions examples/column-ordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 1 addition & 3 deletions examples/column-ordering/src/App.js
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit 25cdefb

Please sign in to comment.