Client: Added default exports to all pages

This commit is contained in:
Donkie
2023-07-13 22:56:54 +02:00
parent f21834ce2d
commit 9fe37b315c
12 changed files with 24 additions and 0 deletions

View File

@@ -266,3 +266,5 @@ export const SpoolList: React.FC<IResourceComponentsProps> = () => {
</List>
);
};
export default SpoolList;