diff --git a/frontend/dist/index.html b/frontend/dist/index.html index a5507bec..e60c0a57 100644 --- a/frontend/dist/index.html +++ b/frontend/dist/index.html @@ -5,8 +5,8 @@ Caddy Proxy Manager+ - - + +
diff --git a/frontend/src/components/ImportReviewTable.tsx b/frontend/src/components/ImportReviewTable.tsx index 1fd6e404..605a7f94 100644 --- a/frontend/src/components/ImportReviewTable.tsx +++ b/frontend/src/components/ImportReviewTable.tsx @@ -1,4 +1,4 @@ -import { useMemo, useState } from 'react' +import { useState } from 'react' interface HostPreview { domain_names: string diff --git a/frontend/src/pages/ImportCaddy.tsx b/frontend/src/pages/ImportCaddy.tsx index b29a4d4d..29ac144b 100644 --- a/frontend/src/pages/ImportCaddy.tsx +++ b/frontend/src/pages/ImportCaddy.tsx @@ -134,7 +134,7 @@ api.example.com { {showReview && preview && preview.preview && ( setShowReview(false)}