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 { WeekPicker } from "../src/index.ts"
|
||||
import { SingleDatePicker } from "../src/index.ts"
|
||||
import './app.scss'
|
||||
|
||||
export default () => {
|
||||
|
@ -11,7 +11,7 @@ export default () => {
|
|||
return (<div className='app'>
|
||||
|
||||
<div className="border">
|
||||
<WeekPicker
|
||||
<SingleDatePicker
|
||||
value={{
|
||||
year: 2025,
|
||||
month: 1,
|
||||
|
|
Loading…
Reference in New Issue
Block a user