Remove deleted reference

This commit is contained in:
Julien Lengrand-Lambert
2021-08-16 21:21:41 +02:00
parent dd694692a1
commit 6218eee83f

View File

@@ -2,7 +2,6 @@ import { LitElement, html, css } from 'lit';
import { customElement, property, state } from 'lit/decorators.js';
import './food-log-form.js';
import './login-screen.js';
@customElement('simple-food-diary')
export class SimpleFoodDiary extends LitElement {