From 8d0b32f8dfe45291426e58f6bf20cffac8dab6e7 Mon Sep 17 00:00:00 2001 From: Joseph Ditton Date: Tue, 23 Nov 2021 14:04:12 -0700 Subject: adds api, guard, tailwind --- client/components/common/input.jsx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 client/components/common/input.jsx (limited to 'client/components/common/input.jsx') diff --git a/client/components/common/input.jsx b/client/components/common/input.jsx new file mode 100644 index 0000000..aa38216 --- /dev/null +++ b/client/components/common/input.jsx @@ -0,0 +1,3 @@ +export const Input = (props) => { + return ; +}; -- cgit v1.2.3-70-g09d2