Run "yarn build:docs"

This commit is contained in:
Eric Liu 2023-03-25 13:37:08 -07:00
commit a2e6822920
3 changed files with 12 additions and 3 deletions

View file

@ -40,5 +40,5 @@ export default class HeaderNavItem extends SvelteComponentTyped<
focus: WindowEventMap["focus"];
blur: WindowEventMap["blur"];
},
{}
{ default: {} }
> {}