Skip to content

Commit

Permalink
Fix missing import in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
benefacto committed Jan 9, 2024
1 parent e3238f7 commit 3fa62f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/lite/creator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import CodeOffIcon from "@mui/icons-material/CodeOff"
import { ProposalCodeEditorInput } from "modules/explorer/components/ProposalFormInput"
import Prism, { highlight } from "prismjs"
import "prism-themes/themes/prism-night-owl.css"
import { getEnv, EnvKey } from "services/config"

const CodeButton = styled(CodeIcon)(({ theme }) => ({
background: theme.palette.primary.dark,
Expand Down

0 comments on commit 3fa62f8

Please sign in to comment.