Remove title from sortable

This commit is contained in:
Kuba Orlik 2024-08-31 13:20:41 +02:00
parent 9aa4a007c6
commit a94b95bf57

View File

@ -3,7 +3,6 @@ import { TempstreamJSX } from "tempstream";
export function sortable({ items }: { items: JSX.Element[] }) {
return (
<div>
<h2>Sortable</h2>
<div
data-controller="sortable"
class="sortable"