Skip to content

Commit

Permalink
Loader: Fix inconsistent stylesheet file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppester committed Nov 29, 2023
1 parent 74f5e4d commit 725180f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion components/Loader/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import classNames from "classnames"
import React from "react"
import "./style.scss"
import "./index.scss"

export interface LoaderProps extends React.HTMLAttributes<HTMLDivElement> {
text?: string
Expand Down

0 comments on commit 725180f

Please sign in to comment.