Skip to content

Commit a2a5679

Browse files
committed
Small change
1 parent 68113f5 commit a2a5679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/keyed/michijs/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const rowButton = (
141141
</div>
142142
);
143143

144-
export const TableManager = create(
144+
const TableManager = create(
145145
<div class="row">
146146
{rowButton("run", run, "Create 1,000 rows")}
147147
{rowButton("runlots", runLots, "Create 10,000 rows")}

0 commit comments

Comments
 (0)