mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
Remove semicolon (;) in website build
This commit is contained in:
committed by
GitHub
parent
d87be16c26
commit
521f9deb55
@@ -4,6 +4,6 @@ import GitProfile from './components/gitprofile.tsx';
|
|||||||
|
|
||||||
ReactDOM.createRoot(document.getElementById('root')!).render(
|
ReactDOM.createRoot(document.getElementById('root')!).render(
|
||||||
<React.StrictMode>
|
<React.StrictMode>
|
||||||
<GitProfile config={CONFIG} />;
|
<GitProfile config={CONFIG} />
|
||||||
</React.StrictMode>,
|
</React.StrictMode>,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user