Rename file

This commit is contained in:
2020-05-05 02:53:39 +03:00
parent 1cfbe6d21a
commit cd4127f815
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import {
property,
TemplateResult,
} from 'lit-element';
import './components/time-unit';
import { CARD_VERSION, STYLE_VARIABLES, CARD_SIZE } from './const';
import './components/time-unit.component';
import { CARD_SIZE, CARD_VERSION, STYLE_VARIABLES } from './const';
import { Hour, Minute } from './models';
import { Partial } from './partials';
import { TimePickerCardConfig } from './types';