Skip to content

Commit

Permalink
fix styles import in ModComponentFormStateWizard
Browse files Browse the repository at this point in the history
  • Loading branch information
mnholtz committed Jun 18, 2024
1 parent 783e97d commit 9177cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pageEditor/ModComponentFormStateWizard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import styles from "./ElementWizard.module.scss";
import styles from "./ModComponentFormStateWizard.module.scss";

import React, { useState } from "react";
import { useFormikContext } from "formik";
Expand Down

0 comments on commit 9177cff

Please sign in to comment.