Skip to content

Commit

Permalink
Add a missing import. (#7080)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwu2018 authored Mar 19, 2024
1 parent eff3e69 commit bc01aec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import GroupTraits from "./GroupTraits";
import mixTraits from "../mixTraits";
import UrlTraits from "./UrlTraits";
import LegendOwnerTraits from "./LegendOwnerTraits";
import { traitClass } from "../Trait";

@traitClass({
description: `Creates a group of all layers in the catalog from a url that points to a WFS service.`,
Expand Down

0 comments on commit bc01aec

Please sign in to comment.