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

Commit ffb3498

Browse files
author
Je
committed
refactor: update package exports
1 parent 3e12a2a commit ffb3498

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mod.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export { redirect } from './app.ts'
22
export * from './context.ts'
3-
export { ErrorPage } from './error.ts'
43
export { default as Head, SEO, Viewport } from './head.ts'
54
export * from './hooks.ts'
65
export { default as Link } from './link.ts'
7-
export const Import = (_: { from: string }) => null
6+
export const Import = (_: { from: string }) => null

0 commit comments

Comments
 (0)