mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-03 08:35:29 +02:00
c758377188
Also improved SCSS support, which was needed for the master password dialog.
16 lines
370 B
Swift
16 lines
370 B
Swift
//
|
|
// wtf.swift
|
|
// Joplin
|
|
//
|
|
// Created by Laurent on 02/10/2021.
|
|
// Copyright © 2021 joplinapp.org. All rights reserved.
|
|
//
|
|
|
|
// For whatever reason, this empty file is needed to fix this bug:
|
|
// https://github.com/facebook/react-native/issues/32242
|
|
//
|
|
// Solution:
|
|
// https://github.com/facebook/react-native/issues/32242#issuecomment-924770488
|
|
|
|
import Foundation
|