Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr committed Jun 15, 2024
1 parent 5b89ae4 commit c321d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Particles from '@tsparticles/react';
import {ConnectedRouter} from 'connected-react-router';
import React from 'react';
import ReactDOM from 'react-dom';
import Loadable from 'react-loadable';
import Particles from '@tsparticles/react';
import {Provider} from 'react-redux';
import {Route, Switch} from 'react-router-dom';
import {ThemeProvider} from 'styled-components';
Expand Down

0 comments on commit c321d9a

Please sign in to comment.