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

@@ -97,3 +97,5 @@ export const FilamentShow: React.FC<IResourceComponentsProps> = () => {
</Show>
);
};
export default FilamentShow;