Add homepage and make bridges look nice
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
<script lang="ts">
|
||||
import { getElecColour } from '$lib/railStyles';
|
||||
import type { ElecType } from '$lib/railStyles';
|
||||
|
||||
export let feature: {
|
||||
from: {
|
||||
elec: string;
|
||||
elec: ElecType;
|
||||
eco?: string;
|
||||
};
|
||||
to: {
|
||||
elec: string;
|
||||
elec: ElecType;
|
||||
eco?: string;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user