Skip to content

Commit dac9c96

Browse files
nmdragithub-actions[bot]
authored andcommitted
style: Format code using Prettier
1 parent 5c8da16 commit dac9c96

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

frontend/src/App.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,10 @@ const router = createBrowserRouter(
231231
/>
232232
<Route path="/coupens" element={<Coupens />} />
233233
<Route path="/finance" element={<Finance />} />
234-
<Route path="/manage-shop-income" element={<ManageShopIncome />} />
234+
<Route
235+
path="/manage-shop-income"
236+
element={<ManageShopIncome />}
237+
/>
235238
</Route>
236239

237240
{/*

frontend/src/Pages/order/Cart.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ const Cart = () => {
258258
className="mb-2 block text-sm font-medium text-gray-900 "
259259
>
260260
{' '}
261-
Do you have a voucher or gift card?{' '}
261+
Do you have a voucher or gift
262+
card?{' '}
262263
</label>
263264
<input
264265
type="text"

0 commit comments

Comments
 (0)