Compare commits

...

3 Commits

Author SHA1 Message Date
9496bf4ab2 . 2025-11-16 20:05:46 +01:00
de8202291b . 2025-11-16 12:19:30 +01:00
8806d1845b . 2025-11-16 11:58:31 +01:00
2 changed files with 1 additions and 6 deletions

View File

@ -2,12 +2,9 @@
"recommendations": [
"biomejs.biome",
"cweijan.vscode-mysql-client2",
"bradlc.vscode-tailwindcss",
"ms-vscode.vscode-typescript-next",
"yzhang.markdown-all-in-one",
"ms-vscode.vscode-json",
"formulahendry.auto-rename-tag",
"christian-kohler.path-intellisense"
"formulahendry.auto-rename-tag"
]
}

View File

@ -1,5 +1,3 @@
"use client"
import * as React from "react"
import * as SeparatorPrimitive from "@radix-ui/react-separator"