Browse Source

fix: type error

Adam 1 month ago
parent
commit
86b2002deb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/pages/layout.tsx

+ 1 - 1
packages/app/src/pages/layout.tsx

@@ -1661,8 +1661,8 @@ export default function Layout(props: ParentProps) {
     )
 
     return (
-      // @ts-ignore
       <div
+        // @ts-ignore
         use:sortable
         classList={{
           "opacity-30": sortable.isActiveDraggable,