refactor(ui): rename folder for calendar components (#11369)
Folder was previously named calender (sic)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Button } from "@/components/button"
|
||||
import { Calendar } from "@/components/calender/calendar"
|
||||
import { Calendar } from "@/components/calendar/calendar"
|
||||
import type { Meta, StoryObj } from "@storybook/react"
|
||||
import * as React from "react"
|
||||
import { ComponentPropsWithoutRef } from "react"
|
||||
@@ -16,7 +16,7 @@ import {
|
||||
} from "react-aria"
|
||||
import { useDatePickerState } from "react-stately"
|
||||
|
||||
import { InternalCalendar } from "@/components/calender"
|
||||
import { InternalCalendar } from "@/components/calendar"
|
||||
import { Popover } from "@/components/popover"
|
||||
import { TimeInput } from "@/components/time-input"
|
||||
import { Granularity } from "@/types"
|
||||
|
||||
@@ -3,7 +3,7 @@ export { Alert } from "./components/alert"
|
||||
export { Avatar } from "./components/avatar"
|
||||
export { Badge } from "./components/badge"
|
||||
export { Button } from "./components/button"
|
||||
export { Calendar } from "./components/calender"
|
||||
export { Calendar } from "./components/calendar"
|
||||
export { Checkbox, type CheckboxCheckedState } from "./components/checkbox"
|
||||
export { Code } from "./components/code"
|
||||
export { CodeBlock } from "./components/code-block"
|
||||
|
||||
Reference in New Issue
Block a user