fix: update import from WeekPicker to SingleDatePicker in app.tsx
All checks were successful
Publish to npm / publish (push) Successful in 22s
All checks were successful
Publish to npm / publish (push) Successful in 22s
This commit is contained in:
parent
622e3a8200
commit
d2c9e4aeeb
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import { WeekPicker } from "../src/index.ts"
|
import { SingleDatePicker } from "../src/index.ts"
|
||||||
import './app.scss'
|
import './app.scss'
|
||||||
|
|
||||||
export default () => {
|
export default () => {
|
||||||
|
@ -11,7 +11,7 @@ export default () => {
|
||||||
return (<div className='app'>
|
return (<div className='app'>
|
||||||
|
|
||||||
<div className="border">
|
<div className="border">
|
||||||
<WeekPicker
|
<SingleDatePicker
|
||||||
value={{
|
value={{
|
||||||
year: 2025,
|
year: 2025,
|
||||||
month: 1,
|
month: 1,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user