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

Commit 6b15cd8

Browse files
committed
clean
1 parent 732582b commit 6b15cd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/reducers/DatabaseDispatch.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { randomColor } from "helpers/Colors";
1616
import { DatabaseColumn, RowDatabaseFields } from "cdm/DatabaseModel";
1717
import NoteInfo from "services/NoteInfo";
1818
import { dbTrim } from "helpers/StylesHelper";
19-
import { parseFrontmatterFieldsToString } from "parsers/RowDatabaseFieldsToFile";
2019

2120
export function databaseReducer(state: TableDataType, action: ActionType) {
2221
LOGGER.debug(

0 commit comments

Comments
 (0)