Skip to content

Commit

Permalink
Fix importing icons when using Next.js SSG/SSR.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed May 7, 2024
1 parent 365f94a commit 5318a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/createIcon.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use client";
import * as React from "react";
import { createSvgIcon } from "@mui/material/utils";

Expand Down

0 comments on commit 5318a14

Please sign in to comment.