Skip to content

Commit 3ded01c

Browse files
committed
Fixed linter errors
1 parent 0bd5ff2 commit 3ded01c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

material/assets/javascripts/bundle.98f77802.min.js renamed to material/assets/javascripts/bundle.54617339.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/javascripts/bundle.98f77802.min.js.map renamed to material/assets/javascripts/bundle.54617339.min.js.map

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
</script>
214214
{% endblock %}
215215
{% block scripts %}
216-
<script src="{{ 'assets/javascripts/bundle.98f77802.min.js' | url }}"></script>
216+
<script src="{{ 'assets/javascripts/bundle.54617339.min.js' | url }}"></script>
217217
{% for path in config["extra_javascript"] %}
218218
<script src="{{ path | url }}"></script>
219219
{% endfor %}

src/assets/javascripts/templates/search/index.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@
2020
* IN THE SOFTWARE.
2121
*/
2222

23+
import { ComponentChild } from "preact"
24+
2325
import { feature, translation } from "~/_"
2426
import {
2527
SearchDocument,
2628
SearchMetadata,
2729
SearchResultItem
2830
} from "~/integrations/search"
2931
import { h, truncate } from "~/utilities"
30-
import { ComponentChild, ComponentChildren } from "preact"
3132

3233
/* ----------------------------------------------------------------------------
3334
* Helper types

0 commit comments

Comments
 (0)