Skip to content

Commit

Permalink
deps: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Jan 30, 2024
1 parent c10fe13 commit 52ccbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datalayer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useState, useEffect } from 'react';
import { JupyterFrontEnd } from '@jupyterlab/application';
import { ThemeProvider, BaseStyles, Box, } from '@primer/react';
import { UnderlineNav } from '@primer/react/drafts';
import { UnderlineNav } from '@primer/react';
import { DatalayerGreenPaddingIcon, JupyterLabIcon } from '@datalayer/icons-react';
import AboutTab from './tabs/AboutTab';
import JupyterLabTab from './tabs/JupyterLabTab';
Expand Down

0 comments on commit 52ccbd3

Please sign in to comment.