aboutsummaryrefslogblamecommitdiffstats
path: root/src/views/TestView/Test.jsx
blob: 0494e9360b423d8043d8b58f3d93a2d6e3e9e628 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                        
import MuiIconPicker from './IconPicker'

const TestView = () => {
  return (
    <div>
      <MuiIconPicker />
    </div>
  )
}

export default TestView