Skip to content

Commit

Permalink
Remove DateTimePicker2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zertz committed Mar 13, 2022
1 parent d5bfd06 commit b153cbe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 150 deletions.
10 changes: 0 additions & 10 deletions packages/www/Examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { DateInput } from "./examples/DateInput";
import { DatePicker } from "./examples/DatePicker";
import { DateRangePicker } from "./examples/DateRangePicker";
import { DateTimePicker } from "./examples/DateTimePicker";
import { DateTimePicker2 } from "./examples/DateTimePicker2";

export function Examples({ locale }: { locale: Locale }) {
const { dateFormatter, dateTimeFormatter } = React.useMemo(
Expand Down Expand Up @@ -47,15 +46,6 @@ export function Examples({ locale }: { locale: Locale }) {
>
<DateTimePicker dateTimeFormatter={dateTimeFormatter} locale={locale} />
</Example>
<Example
title="DateTimePicker2"
url="https://github.com/Zertz/tempocal/blob/main/packages/www/examples/DateTimePicker2.tsx"
>
<DateTimePicker2
dateTimeFormatter={dateTimeFormatter}
locale={locale}
/>
</Example>
<Example
title="DateRangePicker"
url="https://github.com/Zertz/tempocal/blob/main/packages/www/examples/DateRangePicker.tsx"
Expand Down
140 changes: 0 additions & 140 deletions packages/www/examples/DateTimePicker2.tsx

This file was deleted.

0 comments on commit b153cbe

Please sign in to comment.