Skip to content

Commit

Permalink
Remove semicolon (;) in website build
Browse files Browse the repository at this point in the history
  • Loading branch information
putuwahyu29 authored Jan 28, 2024
1 parent d87be16 commit 521f9de
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 521f9de

Please sign in to comment.