Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsJPeschel committed May 14, 2024
1 parent 9c5bd49 commit d03b52f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hooks/useLoadData/callbacks/error/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './error';
export * from './error';
2 changes: 1 addition & 1 deletion hooks/useLoadData/callbacks/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './complete';
export * from './error';
export * from './success';
export * from './success';
2 changes: 1 addition & 1 deletion hooks/useLoadData/callbacks/success/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './success';
export * from './success';
2 changes: 1 addition & 1 deletion hooks/useLoadData/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './useLoadData';
export * from './types';
export * from './callbacks';
export * from './callbacks';

0 comments on commit d03b52f

Please sign in to comment.