Skip to content

Instantly share code, notes, and snippets.

View awinabi's full-sized avatar
🎯
Focusing

Awin Abi awinabi

🎯
Focusing
View GitHub Profile
'use strict'
import React, { Component } from 'react'
import PropTypes from 'prop-types'
import { Table, Menu, Icon, Segment, Input } from 'semantic-ui-react'
import capitalize from 'lodash/capitalize'
import flatten from 'lodash/flatten'
import orderBy from 'lodash/orderBy'
import debounce from 'lodash/debounce'