Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove const
  • Loading branch information
BrunoQuaresma committed Apr 28, 2023
commit d0cbeee11267103ad7bc1ea213f6e3ad39e345b5
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Helmet } from "react-helmet-async"
import { Margins } from "../Margins/Margins"

const fetchDynamicallyImportedModuleError =
"Failed to fetch dynamically imported module" as const
"Failed to fetch dynamically imported module"

export type RuntimeErrorStateProps = { error: Error }

Expand Down