From d2c9e4aeeb26ec1c09d59b8f0762b45206a01f7b Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Thu, 20 Feb 2025 13:18:27 +1100 Subject: [PATCH] fix: update import from WeekPicker to SingleDatePicker in app.tsx --- playground/app.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/app.tsx b/playground/app.tsx index c26d28d..c69e610 100644 --- a/playground/app.tsx +++ b/playground/app.tsx @@ -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 (
-