Skip to content

Commit 0c72ecc

Browse files
committed
Remove unecessary imports
1 parent a418467 commit 0c72ecc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/src/modules/templates/TemplateFiles/TemplateFiles.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { type FC } from "react";
33
import { SyntaxHighlighter } from "components/SyntaxHighlighter/SyntaxHighlighter";
44
import { TemplateVersionFiles } from "utils/templateVersion";
55
import RadioButtonCheckedOutlined from "@mui/icons-material/RadioButtonCheckedOutlined";
6-
import { Pill } from "components/Pill/Pill";
7-
import { Link } from "react-router-dom";
86

97
const languageByExtension: Record<string, string> = {
108
tf: "hcl",

0 commit comments

Comments
 (0)