Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
UdaraJay committed Nov 11, 2023
1 parent 52d91d6 commit a32ba7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/ipc.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { ipcMain, app, dialog } from 'electron';
import path from 'path';
import fs from 'fs';
import pileHelper from './utils/PileHelper';
import pileIndex from './utils/PileIndex';
import pileTags from './utils/PileTags';
import pileLinks from './utils/PileLinks';
import pileHelper from './utils/pileHelper';
import pileIndex from './utils/pileIndex';
import pileTags from './utils/pileTags';
import pileLinks from './utils/pileLinks';
import pileHighlights from './utils/pileHighlights';
import keytar from 'keytar';
import { getLinkPreview, getLinkContent } from './utils/linkPreview';
Expand Down

0 comments on commit a32ba7c

Please sign in to comment.