diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 9aa0d67..a688d85 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" arrow = { version = "51.0.0", features = ["prettyprint", "csv"] } -duckdb = { version = "0.10.2", features = [ +duckdb = { version = "0.10.1", features = [ # "modern-full", "bundled" ] } diff --git a/src/components/custom/siderbar-nav.tsx b/src/components/custom/siderbar-nav.tsx index 2bc7df9..d777a89 100644 --- a/src/components/custom/siderbar-nav.tsx +++ b/src/components/custom/siderbar-nav.tsx @@ -1,5 +1,3 @@ -'use client'; - import { buttonVariants } from '@/components/ui/button'; import { cn } from '@/lib/utils';