Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into add-date-to-fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
khoidt committed Oct 9, 2023
2 parents 20f9ce2 + 2c18c14 commit 6bf7be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/aboutRoutes.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { ReactNode } from 'react'
import { Redirect, Route, RouteComponentProps } from 'react-router-dom' //Redirect
import { Redirect, Route, RouteComponentProps } from 'react-router-dom'
import About, { TabId, tabIds } from 'about/ui/about'
import MarkupService from 'markup/application/MarkupService'
import { sitemapDefaults } from 'router/sitemap'
Expand Down

0 comments on commit 6bf7be2

Please sign in to comment.