🔩 Light refactoring

This commit is contained in:
2021-04-27 14:43:57 -07:00
parent a4715efe04
commit 2013d37b45
4 changed files with 12 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ class Import extends React.Component<IProps, IState> {
}
public async startFolderWalk() {
console.log(await greet('dog'));
console.log(await greet("./comics"));
}
public render() {
return (