🚚 Rename NextPassagesDisplay/NextPassagesPanel (remove Next prefix)

This commit is contained in:
2023-01-23 22:34:33 +01:00
parent b8984e455c
commit e96e7aeae0
5 changed files with 33 additions and 38 deletions

View File

@@ -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>