Initial commit

This commit is contained in:
mohiit1502
2020-04-16 02:41:57 +05:30
commit b8edd614d0
60 changed files with 20330 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
const {{camelCase name}} = () => {
};
export default {{camelCase name}};