@@ -6,6 +6,7 @@ import {
LDTableSearchProvider,
LDTableSettingProvider,
LDAuthentication,
+ LDFooter,
} from '@components';
import {
Context,
@@ -70,6 +71,8 @@ function LDTableBasicProvider<T extends Record<string, unknown>>({
</LDTablePageProvider>
</LDTableSearchParamsProvider>
</LDTableSettingProvider>
+
+ <LDFooter />
</LDAuthentication>
);
}