Skip to content

Commit

Permalink
update: remove indexes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Mar 20, 2024
1 parent cd98e41 commit 668a378
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/other/jupyterlite/JupyterLiteSession.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import IframeToFromHostMessageHandler from "../iframe-messaging";
import IframeToFromHostMessageHandler from "../iframe-messaging/IframeToFromHostMessageHandler";
interface JupyterLiteSessionProps {
originURL: string;
defaultNotebookPath?: string;
Expand Down
1 change: 0 additions & 1 deletion src/other/iframe-messaging/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/other/jupyterlite/JupyterLiteSession.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";

import IframeToFromHostMessageHandler from "../iframe-messaging";
import IframeToFromHostMessageHandler from "../iframe-messaging/IframeToFromHostMessageHandler";

interface JupyterLiteSessionProps {
originURL: string;
Expand Down
1 change: 0 additions & 1 deletion src/other/jupyterlite/index.ts

This file was deleted.

0 comments on commit 668a378

Please sign in to comment.