Run npm format
This commit is contained in:
@@ -9,18 +9,17 @@ import SignallerChange from '$lib/components/mapIcons/SignallerChange.svelte';
|
||||
import ElectrificationChange from '$lib/components/mapIcons/ElectrificationChange.svelte';
|
||||
import SiteOf from '$lib/components/mapIcons/SiteOf.svelte';
|
||||
|
||||
|
||||
export const components = {
|
||||
station: Station,
|
||||
junction: Junction,
|
||||
crossovers: Crossover,
|
||||
siteof: SiteOf,
|
||||
bridge: Bridge,
|
||||
crossover: Crossover,
|
||||
crossing: Crossing,
|
||||
loop: Loop,
|
||||
loops: Loop,
|
||||
signallerChange: SignallerChange,
|
||||
electrificationChange: ElectrificationChange,
|
||||
default: BaseTrack,
|
||||
}
|
||||
station: Station,
|
||||
junction: Junction,
|
||||
crossovers: Crossover,
|
||||
siteof: SiteOf,
|
||||
bridge: Bridge,
|
||||
crossover: Crossover,
|
||||
crossing: Crossing,
|
||||
loop: Loop,
|
||||
loops: Loop,
|
||||
signallerChange: SignallerChange,
|
||||
electrificationChange: ElectrificationChange,
|
||||
default: BaseTrack
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user