diff --git a/src/DatalayerApp.tsx b/src/DatalayerApp.tsx index 1ecc194..8ade8bd 100644 --- a/src/DatalayerApp.tsx +++ b/src/DatalayerApp.tsx @@ -10,11 +10,16 @@ import { useState, useEffect } from 'react'; import { createRoot } from 'react-dom/client'; import { MemoryRouter } from 'react-router-dom'; -import { RunIndex, LoginFormCLI, BenchmarksExample, KernelsExample } from '@datalayer/run'; +import { RunIndex, LoginFormCLI, BenchmarksExample, KernelsExample } from '@datalayer/ui'; import '../style/index.css'; -type ViewType = 'benchmarks' | 'kernels' | 'web' | 'login' | 'root'; +type ViewType = + 'benchmarks' + | 'kernels' + | 'web' + | 'login' + | 'root'; export const DatalayerApp = (): JSX.Element => { const pathname = window.location.pathname; diff --git a/src/jupyterlab/index.ts b/src/jupyterlab/index.ts index b8b794d..d8db737 100644 --- a/src/jupyterlab/index.ts +++ b/src/jupyterlab/index.ts @@ -1,13 +1,13 @@ import { - activatorPlugin, - datalayerCorePlugin, - jupyterIAMPlugin, - jupyterKernelsPlugin, -} from '@datalayer/run'; + activatorPlugin, + datalayerCorePlugin, + jupyterIAMPlugin, + jupyterKernelsPlugin, +} from '@datalayer/ui'; export default [ - activatorPlugin, - datalayerCorePlugin, - jupyterIAMPlugin, - ...jupyterKernelsPlugin, + activatorPlugin, + datalayerCorePlugin, + jupyterIAMPlugin, + ...jupyterKernelsPlugin, ]; diff --git a/style/index.css b/style/index.css index c6cbed4..3b59c39 100644 --- a/style/index.css +++ b/style/index.css @@ -1,3 +1,3 @@ -@import url('~@datalayer/run/style/core/index.css'); -@import url('~@datalayer/run/style/iam/index.css'); -@import url('~@datalayer/run/style/kernels/index.css'); +@import url('~@datalayer/ui/style/core/index.css'); +@import url('~@datalayer/ui/style/iam/index.css'); +@import url('~@datalayer/ui/style/kernels/index.css'); diff --git a/style/index.js b/style/index.js index f06af39..78719eb 100644 --- a/style/index.js +++ b/style/index.js @@ -1 +1 @@ -import '@datalayer/run/style/core/index.css'; \ No newline at end of file +import '@datalayer/ui/style/core/index.css'; \ No newline at end of file