Skip to content

Commit

Permalink
Publish classes for client code (not type only) -- used in some testi…
Browse files Browse the repository at this point in the history
…ng cases
  • Loading branch information
craigbeck committed Apr 29, 2024
1 parent 3cef3df commit 1ee854d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { util } from 'racer';
import { type AppOptions } from './App';
import { DerbyForClient, type Derby } from './Derby';

export type { AppForClient, App } from './App';
export { AppForClient, App } from './App';
export type { AppForServer } from './AppForServer';
export { Dom } from './Dom';
export type { Page, PageForClient } from './Page';
export { Page, PageForClient } from './Page';
export type { PageForServer } from './PageForServer';
export {
Component,
Expand Down

0 comments on commit 1ee854d

Please sign in to comment.