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 (
-