Add context menu component

This commit is contained in:
Hazem Krimi
2021-04-21 00:25:48 +01:00
parent 3e8addb43f
commit ed5ec0f5e2
3 changed files with 12 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
import { Wrapper } from './styles';
const ContextMenu = () => {
return <Wrapper></Wrapper>;
};
export default ContextMenu;