Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Jan 16, 2024
1 parent 025743a commit 5c6663f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/status.html.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% macro status(text, options) %}
{% import '@Tabler/includes/utils.html.twig' as utils %}
{% import '@Tabler/components/status_dot.html.twig' as status_dot %}
{% from '@Tabler/components/status_dot.html.twig' import status_dot %}

{% set _color = options.color ?? 'green' %}
{% set _animated = (options.animated ?? true) is same as true %}
Expand Down

0 comments on commit 5c6663f

Please sign in to comment.