Skip to content

Commit

Permalink
chore: move MuiClassNameSetup to index.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
unsigned6 committed Feb 6, 2023
1 parent e7baf88 commit 7a82d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ThreeDEditor.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable react/sort-comp */
import "../MuiClassNameSetup";
// import "../MuiClassNameSetup";

import { Made } from "@exabyte-io/made.js";
import Autorenew from "@mui/icons-material/Autorenew";
Expand Down
1 change: 1 addition & 0 deletions src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import "./stylesheets/main.scss";
import "./MuiClassNameSetup";

import { Made } from "@exabyte-io/made.js";
import React from "react";
Expand Down

0 comments on commit 7a82d22

Please sign in to comment.