broken link faq defaulted to honme for now

This commit is contained in:
dev-chiefworks
2022-02-13 01:21:44 -05:00
parent d05082a565
commit c043258eb7
+1
View File
@@ -52,6 +52,7 @@ function Routes() {
<Route exact path="/privacy" component={Privacy} />
<Route exact path="/about-us" component={AboutUs} />
<Route exact path="/contact" component={Contact} />
<Route exact path="/faq" component={HomeOne} />
<Route exact path="/error" component={Error} />
<Route component={Error} />
</Switch>