testing the file Q&A

parent 5865deda
import React from 'react';
import styled from 'styled-components';
const guesture = (): JSX.Element => {
return <Container></Container>;
};
const Container = styled.div``;
export default guesture;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment