We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4cbc8 commit 73ae72cCopy full SHA for 73ae72c
frameworks/keyed/uhtml/src/index.js
@@ -1,8 +1,8 @@
1
import { html, render, signal } from 'uhtml';
2
3
import Table from './table.js';
4
-import Jumbotron from '../../../non-keyed/uhtml/src/jumbotron.js';
5
-import { handle } from '../../../non-keyed/uhtml/src/utils.js';
+import Jumbotron from './jumbotron.js';
+import { handle } from './utils.js';
6
7
const App = ({ title, data }) => html`
8
<div class="container">
0 commit comments