mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 11:15:36 -05:00
remove unneeded import (#945)
This commit is contained in:
@@ -3,7 +3,7 @@ import './styles/pyscript_base.css';
|
|||||||
import { loadConfigFromElement } from './pyconfig';
|
import { loadConfigFromElement } from './pyconfig';
|
||||||
import type { AppConfig } from './pyconfig';
|
import type { AppConfig } from './pyconfig';
|
||||||
import type { Runtime } from './runtime';
|
import type { Runtime } from './runtime';
|
||||||
import { type Plugin, PluginManager } from './plugin';
|
import { PluginManager } from './plugin';
|
||||||
import { make_PyScript, initHandlers, mountElements } from './components/pyscript';
|
import { make_PyScript, initHandlers, mountElements } from './components/pyscript';
|
||||||
import { PyLoader } from './components/pyloader';
|
import { PyLoader } from './components/pyloader';
|
||||||
import { PyodideRuntime } from './pyodide';
|
import { PyodideRuntime } from './pyodide';
|
||||||
|
|||||||
Reference in New Issue
Block a user