You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Server: Add support for sharing notes via a link
This commit is contained in:
@ -10,7 +10,7 @@ const { View } = require('react-native');
|
||||
const { WebView } = require('react-native-webview');
|
||||
const { themeStyle } = require('../global-style.js');
|
||||
import BackButtonDialogBox from '../BackButtonDialogBox';
|
||||
const { reg } = require('@joplin/lib/registry.js');
|
||||
import { reg } from '@joplin/lib/registry';
|
||||
|
||||
interface Props {
|
||||
themeId: number;
|
||||
|
Reference in New Issue
Block a user