Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal Meddah committed Dec 12, 2023
1 parent 37b4902 commit 33dc07f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/entry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ const EntryPoint = () => {
</QueryClientProvider>
</NotificationContext.Provider>
);
}
};

export default EntryPoint;
2 changes: 1 addition & 1 deletion src/shared/modals/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ const EntityCreation = () => {
</React.Fragment>
)
);
}
};

export default EntityCreation;

0 comments on commit 33dc07f

Please sign in to comment.