Skip to content

Commit

Permalink
style(frontend): remove duplicate nunjucks import
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Sep 24, 2024
1 parent ba6490c commit a6ef106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/components/add-another/template.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% from "../button/macro.njk" import button with context %}
{% from "../button/macro.njk" import button with context %}
{% from "../field/macro.njk" import field with context %}
{% from "../fieldset/macro.njk" import fieldset with context %}
{% set id = opts.id or opts.name | slugify({ decamelize: true }) %}
Expand Down

0 comments on commit a6ef106

Please sign in to comment.