mirror of
https://github.com/ershisan99/todolist_next.git
synced 2025-12-18 20:59:25 +00:00
lint and format
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Loader } from "../loader";
|
||||
import { Loader } from "../loader"
|
||||
|
||||
export const FullscreenLoader = () => {
|
||||
return (
|
||||
<div className={"flex h-screen items-center justify-center"}>
|
||||
<Loader />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user