mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-10 05:06:07 +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'
|
React = require 'react'
|
||||||
_ = require 'underscore'
|
_ = require 'underscore'
|
||||||
EmailFrame = require('./email-frame').default
|
EmailFrame = require('./email-frame').default
|
||||||
{encodedAttributeForFile} = require('./inline-download-prompts')
|
{encodedAttributeForFile} = require('./inline-image-listeners')
|
||||||
{
|
{
|
||||||
DraftHelpers,
|
DraftHelpers,
|
||||||
CanvasUtils,
|
CanvasUtils,
|
||||||
|
|
Loading…
Add table
Reference in a new issue