Skip to content

Commit

Permalink
fix: homescreen import casing
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaddock committed Mar 7, 2021
1 parent 79f707e commit a081d41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { IReactReduxProps } from 'types/redux-thunk'
import { Webview } from 'components/Webview'
import { sendMediaRequest } from 'lobby/actions/media-request'
import { DonateBar } from 'components/account/DonateBar'
import { HomeScreen } from './Homescreen'
import { HomeScreen } from './HomeScreen'
import { Portal } from 'components/Portal'

const DEFAULT_URL = absoluteUrl(`${assetUrl('webview.html')}`)
Expand Down

0 comments on commit a081d41

Please sign in to comment.