Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Oct 27, 2024
1 parent 15ef411 commit 8169dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/duckdb/MyDuckDBComponent.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";

import { use, useCallback, useEffect, useState } from "react";
import { useCallback, useEffect, useState } from "react";

import * as duckdb from "@duckdb/duckdb-wasm";
import duckdb_wasm from "@duckdb/duckdb-wasm/dist/duckdb-mvp.wasm";
Expand Down

0 comments on commit 8169dda

Please sign in to comment.