Skip to content

Commit

Permalink
Add a couple of import React
Browse files Browse the repository at this point in the history
These are unnecessary at the moment but will be when we move to
Gutenberg via XCFramework
  • Loading branch information
mokagio committed May 23, 2023
1 parent c06c7b7 commit f10c8ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Foundation
import Gutenberg
import React

class GutenbergImageLoader: NSObject, RCTImageURLLoader {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Gutenberg
import Aztec
import WordPressFlux
import Kanvas
import React

class GutenbergViewController: UIViewController, PostEditor, FeaturedImageDelegate, PublishingEditor {
let errorDomain: String = "GutenbergViewController.errorDomain"
Expand Down

0 comments on commit f10c8ff

Please sign in to comment.