Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
binodnepali committed Aug 1, 2023
1 parent 45ca720 commit 36fe993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect, useState } from 'react'

import { DesktopTimePicker, Language, NepaliDatePicker } from '.'
import { DatePicker, DesktopTimePicker, Language } from '.'

export default function App() {
const { toggleTheme } = useThemeToggle()
Expand Down Expand Up @@ -54,7 +54,7 @@ export default function App() {
Date Picker
</label>

<NepaliDatePicker
<DatePicker
lang={selectLang}
dateInput={{
fullWidth: true,
Expand Down

0 comments on commit 36fe993

Please sign in to comment.