Skip to content

Commit

Permalink
Merge pull request #483 from putuwahyu29/main
Browse files Browse the repository at this point in the history
Remove semicolon (;) in website build
  • Loading branch information
arifszn authored Jan 29, 2024
2 parents d87be16 + 521f9de commit f6a3c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import GitProfile from './components/gitprofile.tsx';

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<GitProfile config={CONFIG} />;
<GitProfile config={CONFIG} />
</React.StrictMode>,
);

0 comments on commit f6a3c84

Please sign in to comment.