Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 13485d4

Browse files
committed
clear dependency
1 parent 4e37f6d commit 13485d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Cell.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { ActionTypes, DataTypes } from "helpers/Constants";
22
import React, { useEffect, useRef, useState } from "react";
33
import { LOGGER } from "services/Logger";
44
import { Cell } from "react-table";
5-
import { MarkdownRenderer } from "obsidian";
65
import NoteInfo from "services/NoteInfo";
76
import PopperSelectPortal from "components/portals/PopperSelectPortal";
87
import { CellContext } from "components/contexts/CellContext";

0 commit comments

Comments
 (0)