From c07d81117491a443b6a4448dd8f9873a0141cdee Mon Sep 17 00:00:00 2001 From: Arpit Bhalla Date: Thu, 7 Oct 2021 21:57:33 +0530 Subject: [PATCH] Create rnpTextInput --- src/components/rnpTextInput | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/components/rnpTextInput diff --git a/src/components/rnpTextInput b/src/components/rnpTextInput new file mode 100644 index 0000000..30a0c85 --- /dev/null +++ b/src/components/rnpTextInput @@ -0,0 +1,8 @@ +import snip from "../snip"; + +export const body = snip` + `;