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[] }) { export function sortable({ items }: { items: JSX.Element[] }) {
return ( return (
<div> <div>
<h2>Sortable</h2>
<div <div
data-controller="sortable" data-controller="sortable"
class="sortable" class="sortable"