added errors focus

This commit is contained in:
Beverly Nguyen
2024-12-09 18:47:34 -08:00
parent 28a6b44a98
commit 2fb4b7538c
4 changed files with 19 additions and 3 deletions

View File

@@ -3,7 +3,6 @@
{% from "components/table.html" import list_table, field, text_field, hidden_field_heading %}
{% from "components/page-header.html" import page_header %}
{% from "components/components/button/macro.njk" import usaButton %}
{% from "components/components/skip-link/macro.njk" import usaSkipLink %}
{% from "components/components/back-link/macro.njk" import usaBackLink %}
{% set file_contents_header_id = 'file-preview' %}