Skip to content

Commit d0cbeee

Browse files
committed
Remove const
1 parent 7c81c4c commit d0cbeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/RuntimeErrorState/RuntimeErrorState.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Helmet } from "react-helmet-async"
1212
import { Margins } from "../Margins/Margins"
1313

1414
const fetchDynamicallyImportedModuleError =
15-
"Failed to fetch dynamically imported module" as const
15+
"Failed to fetch dynamically imported module"
1616

1717
export type RuntimeErrorStateProps = { error: Error }
1818

0 commit comments

Comments
 (0)