fix: update import from WeekPicker to SingleDatePicker in app.tsx
All checks were successful
Publish to npm / publish (push) Successful in 22s

This commit is contained in:
Astrian Zheng 2025-02-20 13:18:27 +11:00
parent 622e3a8200
commit d2c9e4aeeb
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -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,