Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyourap committed Apr 21, 2024
1 parent 687b3b7 commit cfdb45f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/component/Preloader/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';
import styles from '../../styles/Preloader.module.css';
import '../../styles/Loader.css';
import '../../styles/Preloader.css';
import { useEffect, useState } from 'react';

const Preloader = ({ width, height, suspense }) => {
Expand Down
File renamed without changes.

0 comments on commit cfdb45f

Please sign in to comment.