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[] }) {
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user