mirror of
https://github.com/GeorgeSG/lovelace-time-picker-card.git
synced 2026-09-06 10:28:45 +00:00
Rename file
This commit is contained in:
@@ -9,8 +9,8 @@ import {
|
|||||||
property,
|
property,
|
||||||
TemplateResult,
|
TemplateResult,
|
||||||
} from 'lit-element';
|
} from 'lit-element';
|
||||||
import './components/time-unit';
|
import './components/time-unit.component';
|
||||||
import { CARD_VERSION, STYLE_VARIABLES, CARD_SIZE } from './const';
|
import { CARD_SIZE, CARD_VERSION, STYLE_VARIABLES } from './const';
|
||||||
import { Hour, Minute } from './models';
|
import { Hour, Minute } from './models';
|
||||||
import { Partial } from './partials';
|
import { Partial } from './partials';
|
||||||
import { TimePickerCardConfig } from './types';
|
import { TimePickerCardConfig } from './types';
|
||||||
|
|||||||
Reference in New Issue
Block a user