From 2657469964e24ffbeb905024532120395f6e797c Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sun, 30 Jun 2024 18:55:39 -0400 Subject: move to Donetick Org, First commit frontend --- src/views/TestView/Test.jsx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/views/TestView/Test.jsx (limited to 'src/views/TestView/Test.jsx') 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 ( +
+ +
+ ) +} + +export default TestView -- cgit