Switched category data struct from Map to object
Moved lineByName function
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import { colors, lineNames } from '../assets/metro'
|
||||
import { lineByName } from '../utils/metro'
|
||||
import { colors, lineNames, lineByName } from '../assets/metro'
|
||||
|
||||
function LineDot({ station }: { station: string }) {
|
||||
const line = lineByName(station)
|
||||
|
Reference in New Issue
Block a user