Skip to content

Commit

Permalink
fixup: format
Browse files Browse the repository at this point in the history
  • Loading branch information
krampstudio committed May 10, 2024
1 parent 2dc1ad5 commit 51c4f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tasks/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ export { SPECIAL_TOKENS_ATTRIBUTES } from "./tokenizer-data";
import * as snippets from "./snippets";
export { snippets };

export { LOCAL_APPS } from "./local-apps"
export type { LocalApp, LocalAppKey } from "./local-apps";
export { LOCAL_APPS } from "./local-apps";
export type { LocalApp, LocalAppKey } from "./local-apps";

0 comments on commit 51c4f37

Please sign in to comment.