Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Sep 6, 2024
1 parent c89ac69 commit 903ab49
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/components/src/date-time/date/index.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/**
* External dependencies
*/
/**
* Internal dependencies
*/
import { useLilius } from './use-lilius';
import {
format,
isSameDay,
Expand Down Expand Up @@ -32,6 +28,7 @@ import { useState, useRef, useEffect } from '@wordpress/element';
/**
* Internal dependencies
*/
import { useLilius } from './use-lilius';
import type { DatePickerProps } from '../types';
import {
Wrapper,
Expand Down

0 comments on commit 903ab49

Please sign in to comment.