chore: reorganize docs apps (#7228)
* reorganize docs apps * add README * fix directory * add condition for old docs
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
import { Switch } from "@medusajs/ui"
|
||||
import clsx from "clsx"
|
||||
import React from "react"
|
||||
import { Key } from "types"
|
||||
|
||||
export const Toggle = ({
|
||||
className,
|
||||
...props
|
||||
}: React.ComponentProps<typeof Switch> & Key) => {
|
||||
}: React.ComponentProps<typeof Switch>) => {
|
||||
return (
|
||||
<Switch
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user