From 291895a75856408788925bfb34e4c085c40efbaf Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 10 Apr 2019 01:09:41 -0400 Subject: finish version 1.0 --- src/Logo.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/Logo.tsx (limited to 'src/Logo.tsx') diff --git a/src/Logo.tsx b/src/Logo.tsx new file mode 100644 index 0000000..1bac2b7 --- /dev/null +++ b/src/Logo.tsx @@ -0,0 +1,12 @@ +import React from 'react'; +export default (props: {style: {[key: string]: string | number }}) => + + + -- cgit v1.2.3