Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Oct 30, 2024
1 parent 50be088 commit a3b06e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/canyon-platform/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ import zhCN from "antd/es/locale/zh_CN";
import { useRoutes } from "react-router-dom";

import routes from "~react-pages";
import Sha from "@/pages/index/projects/[id]/commits/[sha].tsx";

routes.push({
element: <Sha />,
path: "/open-projects/:id/commits/:sha",
});

const languages = {
cn: zhCN,
Expand Down

0 comments on commit a3b06e4

Please sign in to comment.