mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-05 02:44:51 +08:00
[client-app] Fix stale import
Summary: Moved a file and forgot to update this import :-/ Test Plan: Run locally Reviewers: juan, evan, spang Differential Revision: https://phab.nylas.com/D3970
This commit is contained in:
parent
faf44193a7
commit
ebb19b4cd8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
React = require 'react'
|
||||
_ = require 'underscore'
|
||||
EmailFrame = require('./email-frame').default
|
||||
{encodedAttributeForFile} = require('./inline-download-prompts')
|
||||
{encodedAttributeForFile} = require('./inline-image-listeners')
|
||||
{
|
||||
DraftHelpers,
|
||||
CanvasUtils,
|
||||
|
|
Loading…
Add table
Reference in a new issue