Remove title from sortable
This commit is contained in:
parent
9aa4a007c6
commit
a94b95bf57
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user