Skip to content

Commit

Permalink
chore: use STD
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Jan 6, 2024
1 parent 47d4d8c commit cf7bc4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ import {
getDefaultSettings,
} from "src/core/settings";
import { log_error, log_notice } from "./utils/Log";
import * as E from "fp-ts/Either";
import { pipe } from "fp-ts/function";
import * as A from "fp-ts/Array";
import { settingsStore } from "./store/store";
import { O } from "@std";
import { O, pipe, E, A } from "@std";
import { executeTemplate } from "./core/template/templateParser";
import { NewNoteModal } from "./suggesters/NewNoteModal";
import { file_exists } from "./utils/files";
Expand Down

0 comments on commit cf7bc4f

Please sign in to comment.