Commit 5865deda authored by Duminda Kodagoda's avatar Duminda Kodagoda

Merge branch 'feature/hand-gestures' into 'master'

Making branches and testing

See merge request !1
parents 1d077f8e 6cb979f7
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