diff options
Diffstat (limited to 'frontend/src/scenes/index.js')
-rw-r--r-- | frontend/src/scenes/index.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/frontend/src/scenes/index.js b/frontend/src/scenes/index.js index 0229e850..5d75f275 100644 --- a/frontend/src/scenes/index.js +++ b/frontend/src/scenes/index.js @@ -1,9 +1,8 @@ import React from 'react'; -import { Route, Redirect, Switch } from 'react-router-dom'; - -import { SplashScreen } from './SplashScreen'; +import { Redirect, Route, Switch } from 'react-router-dom'; import { GameBrowser } from './GameBrowser'; import { Lobby } from './Lobby'; +import { SplashScreen } from './SplashScreen'; export const Application = () => ( <Switch> |