🚚 Rename NextPassagesDisplay/NextPassagesPanel (remove Next prefix)
This commit is contained in:
@@ -6,7 +6,7 @@ import { HopeProvider } from "@hope-ui/solid";
|
||||
import { BusinessDataProvider } from './businessData';
|
||||
|
||||
import { SearchProvider } from './search';
|
||||
import { NextPassagesDisplay } from './nextPassagesDisplay';
|
||||
import { PassagesDisplay } from './passagesDisplay';
|
||||
import { StopsManager } from './stopsManager';
|
||||
|
||||
import styles from './App.module.css';
|
||||
@@ -53,7 +53,7 @@ const App: Component = () => {
|
||||
<StopsManager />
|
||||
</div>
|
||||
<div class={styles.panel}>
|
||||
<NextPassagesDisplay />
|
||||
<PassagesDisplay />
|
||||
</div>
|
||||
</div>
|
||||
</HopeProvider>
|
||||
|
Reference in New Issue
Block a user