web: start implementing provider list

This commit is contained in:
Jens Langhammer
2021-02-04 09:54:00 +01:00
parent 53f002a123
commit 178417fe67
7 changed files with 197 additions and 4 deletions

View File

@ -1,6 +1,7 @@
import { html, TemplateResult } from "lit-html";
export const SLUG_REGEX = "[-a-zA-Z0-9_]+";
export const ID_REGEX = "\d+";
export class Route {
url: RegExp;