Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 150 Bytes

File metadata and controls

9 lines (7 loc) · 150 Bytes

Loader

import {FullPageLoader} from "@alchemy-fr/phraseanet-react-components";

function MyComponent() {
    return <FullPageLoader />
}