Skip to content

Commit

Permalink
Add npmPackage for assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
caalador committed Dec 10, 2020
1 parent 2583f9d commit d43242e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
package com.vaadin.flow.webcomponent;

import com.vaadin.flow.component.WebComponentExporter;
import com.vaadin.flow.component.dependency.NpmPackage;
import com.vaadin.flow.component.webcomponent.WebComponent;
import com.vaadin.flow.theme.Theme;

@Theme("embedded-theme")
@NpmPackage(value = "@fortawesome/fontawesome-free", version = "5.15.1")
public class ThemedComponentExporter
extends WebComponentExporter<ThemedComponent> {
public ThemedComponentExporter() {
Expand Down

0 comments on commit d43242e

Please sign in to comment.