mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-07 00:14:25 +00:00
Add tests for Header, Layout, MainContent, and Sidebar components
This commit is contained in:
@@ -14,7 +14,11 @@ const Layout: React.FC = () => {
|
||||
|
||||
if (workspaceLoading) {
|
||||
return (
|
||||
<Center style={{ height: '100vh' }}>
|
||||
<Center
|
||||
style={{ height: '100vh' }}
|
||||
role="status"
|
||||
aria-label="Loading workspace"
|
||||
>
|
||||
<Loader size="xl" />
|
||||
</Center>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user