cf25f14b by Adam Heath

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

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