Adding my own created logo

This commit is contained in:
2020-11-07 01:40:51 -03:00
parent 9c746723c7
commit e316e3fa6e
8 changed files with 22 additions and 84 deletions

View File

@@ -1,3 +1,5 @@
import React from 'react';
function App() {
return <div className="App">hello world!</div>;
}