Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Nov 14, 2024
1 parent 6bace50 commit db9da71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ONE, NUMBERS } from './numbers.js';
import { NUMBERS, ONE } from './numbers.js';

ONE;

Expand Down
2 changes: 1 addition & 1 deletion templates/demo/monorepo/packages/shared/src/numbers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export const THREE = ONE + TWO;

export enum NUMBERS {
FOUR = 4,
FIVE = 5
FIVE = 5,
}

0 comments on commit db9da71

Please sign in to comment.