mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
core: fix esm imports
This commit is contained in:
@@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import dayjs from "dayjs";
|
||||
import advancedFormat from "dayjs/plugin/advancedFormat";
|
||||
import timezone from "dayjs/plugin/timezone";
|
||||
import advancedFormat from "dayjs/plugin/advancedFormat.js";
|
||||
import timezone from "dayjs/plugin/timezone.js";
|
||||
import { TimeFormat } from "../types.js";
|
||||
|
||||
dayjs.extend(advancedFormat);
|
||||
|
||||
Reference in New Issue
Block a user