chore: remove unused code

This commit is contained in:
Fu Diwei
2024-12-21 12:46:22 +08:00
parent b6203e57ed
commit ef9ddd27a5
20 changed files with 151 additions and 636 deletions

View File

@@ -55,7 +55,7 @@ const Dashboard = () => {
);
return (
<>
<div className="p-4">
{NotificationContextHolder}
<PageHeader title={t("dashboard.page.title")} />
@@ -116,7 +116,7 @@ const Dashboard = () => {
<Divider />
<div>TODO: {t("dashboard.latest_workflow_run")}</div>
</>
</div>
);
};