fix circular imports from routing

This commit is contained in:
2023-04-26 13:05:51 -07:00
parent 35271049dd
commit 12d9d733a5
3 changed files with 9 additions and 15 deletions

View File

@ -1,5 +1,5 @@
<script>
import { navigate, currentView } from '../lib/routing.js';
import { navigate } from '../lib/routing.js';
export let target;
export let hotkey = null;