We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a418467 commit 0c72eccCopy full SHA for 0c72ecc
site/src/modules/templates/TemplateFiles/TemplateFiles.tsx
@@ -3,8 +3,6 @@ import { type FC } from "react";
3
import { SyntaxHighlighter } from "components/SyntaxHighlighter/SyntaxHighlighter";
4
import { TemplateVersionFiles } from "utils/templateVersion";
5
import RadioButtonCheckedOutlined from "@mui/icons-material/RadioButtonCheckedOutlined";
6
-import { Pill } from "components/Pill/Pill";
7
-import { Link } from "react-router-dom";
8
9
const languageByExtension: Record<string, string> = {
10
tf: "hcl",
0 commit comments