Commit 6cb979f7 authored by Sachin Kodagoda's avatar Sachin Kodagoda

test file creation

parent 1d077f8e
No preview for this file type
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