Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit f189d18

Browse files
author
Je
committed
refactor: export Seo and Viewport components
1 parent b25896a commit f189d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export { AppManifestContext } from './app.ts'
22
export * from './data.ts'
33
export { ErrorPage } from './error.ts'
4-
export { default as Head } from './head.ts'
4+
export { default as Head, SEO, Viewport } from './head.ts'
55
export { default as Link } from './link.ts'
66
export * from './router.ts'
77

0 commit comments

Comments
 (0)