summaryrefslogtreecommitdiff
path: root/src/core/components/layouts/AppLayout.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/components/layouts/AppLayout.jsx')
-rw-r--r--src/core/components/layouts/AppLayout.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/layouts/AppLayout.jsx b/src/core/components/layouts/AppLayout.jsx
index 006c47c7..a325b1c1 100644
--- a/src/core/components/layouts/AppLayout.jsx
+++ b/src/core/components/layouts/AppLayout.jsx
@@ -8,8 +8,8 @@ const AppLayout = ({ children, title }) => {
<AnimationLayout>
<AppBar title={title} />
{children}
- <BasicFooter />
</AnimationLayout>
+ <BasicFooter />
</>
)
}