mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
chore: ⬆️ Upgrade dependencies
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
This commit is contained in:
parent
bf4384376e
commit
cdc1d6a6a2
23 changed files with 413 additions and 248 deletions
|
|
@ -6,10 +6,9 @@ import { Heading } from "./Heading";
|
|||
import { Prose } from "./Prose";
|
||||
|
||||
export const a = Link;
|
||||
// biome-ignore lint/performance/noBarrelFile: <explanation>
|
||||
export { Button } from "./Button";
|
||||
export { CodeGroup, Code as code, Pre as pre } from "./Code";
|
||||
export { Property, Properties } from "./Property";
|
||||
export { Code as code, CodeGroup, Pre as pre } from "./Code";
|
||||
export { Properties, Property } from "./Property";
|
||||
|
||||
export function wrapper({ children }: { children: ReactNode }) {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue