rename file

pull/118/head
Jon Eugster 3 years ago
parent 61cba63b81
commit cd6974b687

@ -15,7 +15,7 @@ import { MobileContext } from './infoview/context'
import { InventoryPanel } from './inventory' import { InventoryPanel } from './inventory'
import Markdown from './markdown' import Markdown from './markdown'
import {PrivacyPolicy} from './privacy_policy' import {PrivacyPolicy} from './privacy_policy'
import { WelcomeMenu, WorldTreePanel } from './world_selection_menu' import { WelcomeMenu, WorldTreePanel } from './world_tree'
import './welcome.css' import './welcome.css'

@ -8,7 +8,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faDownload, faUpload, faEraser, faGlobe, faArrowLeft } from '@fortawesome/free-solid-svg-icons' import { faDownload, faUpload, faEraser, faGlobe, faArrowLeft } from '@fortawesome/free-solid-svg-icons'
import { store } from '../state/store'; import { store } from '../state/store';
import './world_selection_menu.css' import './world_tree.css'
import { Button } from './button' import { Button } from './button'
import { GameIdContext } from '../app'; import { GameIdContext } from '../app';
Loading…
Cancel
Save