mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
9 lines
175 B
JavaScript
9 lines
175 B
JavaScript
import config from '../gitprofile.config';
|
|
import GitProfile from './components/GitProfile';
|
|
|
|
function App() {
|
|
return <GitProfile config={config} />;
|
|
}
|
|
|
|
export default App;
|