Skip to content

Adverb statistics -- https://github.com/ispras/lingvodoc-react/issues/1127 #1129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jul 9, 2024
2 changes: 2 additions & 0 deletions src/Layout/Routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import SupportRoute from "pages/SupportRoute";
import ToolsRoute from "pages/ToolsRoute";
import TopSectionSelector from "pages/TopSectionSelector";
import Valency from "pages/Valency";
import Adverb from "pages/Adverb";
import VersionRoute from "pages/VersionRoute";
import WithoutGrants from "pages/WithoutGrants";

Expand Down Expand Up @@ -71,6 +72,7 @@ const AppRoutes = () => (
<Route path="/version" element={<VersionRoute />} />
<Route path="/docx2eaf" element={<Docx2Eaf />} />
<Route path="/valency" element={<Valency />} />
<Route path="/adverb" element={<Adverb />} />
<Route element={<NotFound />} />
</Routes>
);
Expand Down
Loading