diff --git a/package-lock.json b/package-lock.json index 27c6881..638c02e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "journal.pl", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "journal.pl", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "@brojs/cli": "^0.0.4-alpha.9", diff --git a/package.json b/package.json index cebba9c..00d4ca3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "journal.pl", - "version": "3.0.0", + "version": "3.1.0", "description": "bro-js platform journal ui repo", "main": "./src/index.tsx", "scripts": { diff --git a/src/index.tsx b/src/index.tsx index dbe98d4..071811f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2,6 +2,7 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; import App from './app'; +import './ym'; import { keycloak } from "./__data__/kc"; import { createStore } from "./__data__/store";