From 26721219802be2ae9655943e610554a1b47eafbd Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sat, 14 Aug 2021 19:13:46 +0200 Subject: copy to clipboard, icons, notes key --- apps/Notes/components/Import.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 apps/Notes/components/Import.js (limited to 'apps/Notes/components/Import.js') diff --git a/apps/Notes/components/Import.js b/apps/Notes/components/Import.js new file mode 100644 index 0000000..6182ca6 --- /dev/null +++ b/apps/Notes/components/Import.js @@ -0,0 +1,25 @@ +const Import = ({action, setAction}) => { + return ( +
+
+
{ setAction('') }}>Back
+
From txt
+
From JSON
+
+ +
+ ) +} + +export default Import -- cgit v1.2.3