Compare commits

..

No commits in common. "9496bf4ab2deade69e990860e9321f9972507252" and "8dd8e3e5f40c0f4c2000757587eb0a28247a4293" have entirely different histories.

2 changed files with 6 additions and 1 deletions

View File

@ -2,9 +2,12 @@
"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"
"formulahendry.auto-rename-tag",
"christian-kohler.path-intellisense"
]
}

View File

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