Skip to content

Commit

Permalink
Exports initSSR
Browse files Browse the repository at this point in the history
  • Loading branch information
igorjacauna committed Jul 25, 2023
1 parent aa34b7e commit 83fefc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno_lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export { isSSR }
export { jsx } from './jsx.ts'
export { hydrateLazy } from './lazy.ts'
export { nodeToString, task } from './helpers.ts'
export { renderSSR } from './ssr.ts'
export { renderSSR, initSSR } from './ssr.ts'
export { Fragment } from './fragment.ts'
export { Store } from './store.ts'
export { createContext, useContext } from './context.ts'
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export { isSSR }
export { jsx } from './jsx.js'
export { hydrateLazy } from './lazy.js'
export { nodeToString, task } from './helpers.js'
export { renderSSR } from './ssr.js'
export { renderSSR, initSSR } from './ssr.js'
export { Fragment } from './fragment.js'
export { Store } from './store.js'
export { createContext, useContext } from './context.js'
Expand Down

0 comments on commit 83fefc8

Please sign in to comment.