Remove bad 'html' import(that only existed in a downstream anyways).
Showing
1 changed file
with
0 additions
and
1 deletions
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' | ... | ... |
-
Please register or sign in to post a comment