You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Tools: Renamed package namespace from @joplinapp to @joplin
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import * as React from 'react';
|
||||
const { connect } = require('react-redux');
|
||||
const { reg } = require('@joplinapp/lib/registry.js');
|
||||
const { reg } = require('@joplin/lib/registry.js');
|
||||
|
||||
interface Props {
|
||||
onDomReady: Function,
|
||||
|
||||
Reference in New Issue
Block a user