diff --git a/hooks/useLoadData/callbacks/error/index.ts b/hooks/useLoadData/callbacks/error/index.ts index 10c2e14..93ae819 100644 --- a/hooks/useLoadData/callbacks/error/index.ts +++ b/hooks/useLoadData/callbacks/error/index.ts @@ -1 +1 @@ -export * from './error'; \ No newline at end of file +export * from './error'; diff --git a/hooks/useLoadData/callbacks/index.ts b/hooks/useLoadData/callbacks/index.ts index 5d1a235..1f35eae 100644 --- a/hooks/useLoadData/callbacks/index.ts +++ b/hooks/useLoadData/callbacks/index.ts @@ -1,3 +1,3 @@ export * from './complete'; export * from './error'; -export * from './success'; \ No newline at end of file +export * from './success'; diff --git a/hooks/useLoadData/callbacks/success/index.ts b/hooks/useLoadData/callbacks/success/index.ts index 46a0aa0..ce957b1 100644 --- a/hooks/useLoadData/callbacks/success/index.ts +++ b/hooks/useLoadData/callbacks/success/index.ts @@ -1 +1 @@ -export * from './success'; \ No newline at end of file +export * from './success'; diff --git a/hooks/useLoadData/index.ts b/hooks/useLoadData/index.ts index 7b666ba..512e8b6 100644 --- a/hooks/useLoadData/index.ts +++ b/hooks/useLoadData/index.ts @@ -1,3 +1,3 @@ export * from './useLoadData'; export * from './types'; -export * from './callbacks'; \ No newline at end of file +export * from './callbacks';