mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
refactor: types & performance
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { TrainFilter, TrainFilterId } from '../components/TrainsView/typings';
|
||||
import Train from '../scripts/interfaces/Train';
|
||||
import { TrainStop } from '../store/typings';
|
||||
import { Train, TrainStop } from '../typings/common';
|
||||
|
||||
function confirmedPercentage(stops: TrainStop[] | undefined) {
|
||||
if (!stops) return -1;
|
||||
|
||||
Reference in New Issue
Block a user