Chore: move one-off import script to directory
This commit is contained in:
parent
41aa6e871f
commit
6f7437aa46
1 changed files with 5 additions and 1 deletions
|
@ -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) {
|
Loading…
Reference in a new issue