Fixed formatting.

This commit is contained in:
Jade Welton
2026-04-21 12:40:53 -07:00
parent 3bedaf285d
commit c6da983271
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
import { IconButton, Text, TextField } from "@fluentui/react";import { Areas } from "Common/Constants";
import { IconButton, Text, TextField } from "@fluentui/react";
import { Areas } from "Common/Constants";
import DeleteFeedback from "Common/DeleteFeedback";
import { getErrorMessage, getErrorStack } from "Common/ErrorHandlingUtils";
import { deleteCollection } from "Common/dataAccess/deleteCollection";