From 72c6f7fd7ad9eff9f64e20ff314ce67dbdc456e7 Mon Sep 17 00:00:00 2001 From: tknkaa Date: Fri, 14 Aug 2026 19:40:27 +0900 Subject: [PATCH] fix: resolve oxlint findings Remove an unused empty file (components/learn/Sidebar.tsx) and add a missing aria-label on an icon-only table header cell. --- app/my-notebooks/[notebookId]/page.tsx | 2 +- components/learn/Sidebar.tsx | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 components/learn/Sidebar.tsx diff --git a/app/my-notebooks/[notebookId]/page.tsx b/app/my-notebooks/[notebookId]/page.tsx index 946ceed..b7ff031 100644 --- a/app/my-notebooks/[notebookId]/page.tsx +++ b/app/my-notebooks/[notebookId]/page.tsx @@ -67,7 +67,7 @@ export default async function NotebookPage(props: PageProps<"/my-notebooks/[note {column} ))} - + diff --git a/components/learn/Sidebar.tsx b/components/learn/Sidebar.tsx deleted file mode 100644 index e69de29..0000000