lint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Node, Schema } from "prosemirror-model";
|
||||
import textBetween from "@shared/editor/lib/textBetween";
|
||||
import headingToSlug from "../editor/lib/headingToSlug";
|
||||
import textBetween from "../editor/lib/textBetween";
|
||||
|
||||
export type Heading = {
|
||||
/* The heading in plain text */
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { NavigationNode } from "@shared/types";
|
||||
import type { NavigationNode } from "../types";
|
||||
import naturalSort from "./naturalSort";
|
||||
|
||||
type Sort = {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { subDays, subMonths, subWeeks, subYears } from "date-fns";
|
||||
import { DateFilter } from "@shared/types";
|
||||
import type { DateFilter } from "../types";
|
||||
|
||||
export function subtractDate(date: Date, period: DateFilter) {
|
||||
switch (period) {
|
||||
|
||||
Reference in New Issue
Block a user