)
}
-
-export default CreateTicket
\ No newline at end of file
+export default CreateDiscount
\ No newline at end of file
diff --git a/src/pages/discounts/DiscountsList.tsx b/src/pages/discounts/DiscountsList.tsx
index 7e660dc..7b6ac89 100644
--- a/src/pages/discounts/DiscountsList.tsx
+++ b/src/pages/discounts/DiscountsList.tsx
@@ -7,7 +7,7 @@ import { Link } from 'react-router-dom'
import { Pages } from '../../config/Pages'
import SwitchComponent from '../../components/Switch'
import Input from '../../components/Input'
-const TicketList: FC = () => {
+const DiscountList: FC = () => {
const { t } = useTranslation('global')
return (
@@ -113,4 +113,4 @@ const TicketList: FC = () => {
)
}
-export default TicketList
\ No newline at end of file
+export default DiscountList
\ No newline at end of file
diff --git a/src/router/Main.tsx b/src/router/Main.tsx
index f387636..86d8cf0 100644
--- a/src/router/Main.tsx
+++ b/src/router/Main.tsx
@@ -10,6 +10,7 @@ import CreateDiscount from '../pages/discounts/CreateDiscount'
import AdsList from '../pages/ads/AdsList'
import BlogList from '../pages/blog/BlogList'
import CreateBlog from '../pages/blog/CreateBlog'
+import BlogCategory from '../pages/blog/BlogCategory'
import CreateAds from '../pages/ads/CreateAds'
import TicketList from '../pages/ticket/TicketList'
import CreateTicket from '../pages/ticket/CreateTicket'
@@ -61,6 +62,7 @@ const MainRouter: FC = () => {
} />
} />
} />
+ } />
} />
} />
} />