Skip to content

Commit

Permalink
chore: move styles import
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Feb 22, 2024
1 parent 3dcfecf commit 0a43610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "./stylesheets/main.scss";
import "./MuiClassNameSetup";

import { Made } from "@exabyte-io/made.js";
Expand Down
2 changes: 2 additions & 0 deletions src/wave.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* eslint-disable max-classes-per-file */
import "./stylesheets/main.scss";

import { mix } from "mixwith";
import * as THREE from "three";

Expand Down

0 comments on commit 0a43610

Please sign in to comment.