mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 06:12:43 +02:00
wrap all page routes in LibraryContainer
This commit is contained in:
@@ -7,9 +7,5 @@ interface LibraryContainerProps {
|
||||
}
|
||||
|
||||
export const LibraryContainer = ({ children }: LibraryContainerProps) => {
|
||||
return (
|
||||
<div className={styles.container}>
|
||||
<div className={styles.content}>{children}</div>
|
||||
</div>
|
||||
);
|
||||
return <div className={styles.container}>{children}</div>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user