mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
17 lines
394 B
TypeScript
17 lines
394 B
TypeScript
/**
|
|
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
|
* Licensed under the LGPL or a commercial license.
|
|
* For LGPL see License.txt in the project root for license information.
|
|
* For commercial licenses see https://www.tiny.cloud/
|
|
*/
|
|
|
|
import Plugin from './Plugin';
|
|
|
|
Plugin();
|
|
|
|
/*******
|
|
* DO NOT EXPORT ANYTHING
|
|
*
|
|
* IF YOU DO ROLLUP WILL LEAVE A GLOBAL ON THE PAGE
|
|
*******/
|