diff --git a/components/Segment.tsx b/components/Segment.tsx new file mode 100644 index 0000000..f7c4b62 --- /dev/null +++ b/components/Segment.tsx @@ -0,0 +1,7 @@ +const Segment = ({ children }):JSX.Element => { + return
+ {children} +
+} + +export default Segment \ No newline at end of file