Chore: move one-off import script to directory

This commit is contained in:
Pieter Vander Vennet 2023-06-11 16:57:52 +02:00
parent 41aa6e871f
commit 6f7437aa46

View file

@ -1,5 +1,9 @@
import * as fs from "fs"
import { OH } from "../UI/OpeningHours/OpeningHours"
import { OH } from "../../UI/OpeningHours/OpeningHours"
/*
* One-shot script to import data about bicycle rental from West-Flanders
*/
function extractValue(vs: { __value }[]) {
if (vs === undefined) {