Move modules shared between main and renderer processes to app/common.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-03-18 15:08:49 -07:00
parent d7598d3091
commit 851bb7904f
36 changed files with 67 additions and 73 deletions

View File

@@ -1,7 +1,7 @@
import {htmlEscape} from 'escape-goat';
import * as t from '../../../../common/translation-util';
import * as LinkUtil from '../../utils/link-util';
import * as t from '../../utils/translation-util';
import BaseSection from './base-section';