From cd4127f81541914083d479bc0bb2d70dfcc3f5da Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Tue, 5 May 2020 02:53:39 +0300 Subject: [PATCH] Rename file --- src/components/{time-unit.ts => time-unit.component.ts} | 0 src/time-picker-card.ts | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/components/{time-unit.ts => time-unit.component.ts} (100%) diff --git a/src/components/time-unit.ts b/src/components/time-unit.component.ts similarity index 100% rename from src/components/time-unit.ts rename to src/components/time-unit.component.ts diff --git a/src/time-picker-card.ts b/src/time-picker-card.ts index 7bcf94f..b1a0f83 100644 --- a/src/time-picker-card.ts +++ b/src/time-picker-card.ts @@ -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';