UNPKG

@rr0/cms

Version:

RR0 Content Management System (CMS)

6 lines (5 loc) 190 B
import { europeanRegion } from "../../Region_eu.js"; import { finland } from "../Finland.js"; export function finlandRegion(code, place) { return europeanRegion(code, finland, place); }