Skip to content

Commit 73ae72c

Browse files
committed
Regenerate dist/index.js for uhtml after rebuild-ci
1 parent da4cbc8 commit 73ae72c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/keyed/uhtml/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { html, render, signal } from 'uhtml';
22

33
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';
4+
import Jumbotron from './jumbotron.js';
5+
import { handle } from './utils.js';
66

77
const App = ({ title, data }) => html`
88
<div class="container">

0 commit comments

Comments
 (0)