Compare commits
No commits in common. "9496bf4ab2deade69e990860e9321f9972507252" and "8dd8e3e5f40c0f4c2000757587eb0a28247a4293" have entirely different histories.
9496bf4ab2
...
8dd8e3e5f4
5
.vscode/extensions.json
vendored
5
.vscode/extensions.json
vendored
@ -2,9 +2,12 @@
|
|||||||
"recommendations": [
|
"recommendations": [
|
||||||
"biomejs.biome",
|
"biomejs.biome",
|
||||||
"cweijan.vscode-mysql-client2",
|
"cweijan.vscode-mysql-client2",
|
||||||
|
|
||||||
"bradlc.vscode-tailwindcss",
|
"bradlc.vscode-tailwindcss",
|
||||||
|
"ms-vscode.vscode-typescript-next",
|
||||||
"yzhang.markdown-all-in-one",
|
"yzhang.markdown-all-in-one",
|
||||||
"ms-vscode.vscode-json",
|
"ms-vscode.vscode-json",
|
||||||
"formulahendry.auto-rename-tag"
|
"formulahendry.auto-rename-tag",
|
||||||
|
"christian-kohler.path-intellisense"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
"use client"
|
||||||
|
|
||||||
import * as React from "react"
|
import * as React from "react"
|
||||||
import * as SeparatorPrimitive from "@radix-ui/react-separator"
|
import * as SeparatorPrimitive from "@radix-ui/react-separator"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user