aboutsummaryrefslogtreecommitdiffstats
path: root/src/views/TestView/Test.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/TestView/Test.jsx')
-rw-r--r--src/views/TestView/Test.jsx11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/views/TestView/Test.jsx b/src/views/TestView/Test.jsx
new file mode 100644
index 0000000..0494e93
--- /dev/null
+++ b/src/views/TestView/Test.jsx
@@ -0,0 +1,11 @@
+import MuiIconPicker from './IconPicker'
+
+const TestView = () => {
+ return (
+ <div>
+ <MuiIconPicker />
+ </div>
+ )
+}
+
+export default TestView