Skip to content

Commit

Permalink
🐛 fix: Provide correct reference for the loader styles
Browse files Browse the repository at this point in the history
  • Loading branch information
orlowdev committed Feb 20, 2023
1 parent a566734 commit c856ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loading/src/lib/loader.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./index.css"
import "./loader.css"

export default function Loader() {
return (
Expand Down

0 comments on commit c856ead

Please sign in to comment.