Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
sazamansari authored and actions-user committed Aug 10, 2023
1 parent db16a56 commit d7e0ca0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ Please adhere to this project's `code of conduct`.
```jsx
// Import necessary modules and routes
import CONSTANTS from '../constants/index.js';
import UserRoutes from '../modules/user/user.routes';
import CONSTANTS from "../constants/index.js";
import UserRoutes from "../modules/user/user.routes";

/**
* Configure routes for the Express.js app.
Expand All @@ -296,7 +296,6 @@ const configureRoutes = (app) => {

// Export the configureRoutes function for usage
export default configureRoutes;

```

<p align="right">(<a href="#top">Back to top</a>)</p>

0 comments on commit d7e0ca0

Please sign in to comment.