Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal Meddah committed Nov 3, 2023
1 parent 9b98da9 commit 30a0fd3
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 30a0fd3

Please sign in to comment.