mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 09:47:17 +00:00
Move into web/
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import EnteSpinner from "@ente/shared/components/EnteSpinner";
|
||||
|
||||
export const SmallLoadingSpinner = () => (
|
||||
<EnteSpinner
|
||||
style={{
|
||||
width: "20px",
|
||||
height: "20px",
|
||||
}}
|
||||
/>
|
||||
);
|
Reference in New Issue
Block a user