Skip to content

Commit

Permalink
refactor: rename Calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
fikyair committed Sep 6, 2021
1 parent 1e9a247 commit 277f67d
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 6 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
日历组件

import { Story, Meta, ArgsTable, Source } from '@storybook/addon-docs/blocks';
import { DatePicker } from './datePicker';
import { DatePicker } from './calendar';
import dedent from 'ts-dedent';
<Meta title="Components/DatePicker" component={DatePicker} />;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import { Story, Meta } from '@storybook/react'
import DatePicker from './datePicker'
import DatePickerDoc from './date-picker-doc.mdx'
import DatePicker from './calendar'
import DatePickerDoc from './calendar-doc.mdx'
const BaseDatePicker = () => <div style={{ width: 300 }}> <DatePicker /> </div>

export default {
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions src/components/Calendar/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import DatePicker from './calendar'

export default DatePicker
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions src/components/date-picker/index.tsx

This file was deleted.

0 comments on commit 277f67d

Please sign in to comment.