Skip to content

Commit

Permalink
chore(demo): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb authored and javier-godoy committed Nov 17, 2023
1 parent a8914aa commit 18b07ef
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,10 @@
package com.flowingcode.addons.ycalendar;

import com.flowingcode.vaadin.addons.demo.DemoSource;
import com.vaadin.flow.component.dependency.CssImport;
import com.vaadin.flow.component.html.Div;
import com.vaadin.flow.component.html.Span;
import com.vaadin.flow.component.notification.Notification;
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
import com.vaadin.flow.router.PageTitle;
import com.vaadin.flow.router.Route;
import java.time.DayOfWeek;
import java.util.Objects;

@DemoSource
Expand Down

0 comments on commit 18b07ef

Please sign in to comment.