cf25f14b by Adam Heath

Remove bad 'html' import(that only existed in a downstream anyways).

1 parent 9bb9c3cc
---
import html from '@resources/provider-portal.html?raw'
import { walkSync } from 'ultrahtml'
import { parseHtml, createMatcher, findNode } from './html.ts'
import Match from './match.astro'
......