aboutsummaryrefslogtreecommitdiffstats
path: root/src/types
diff options
context:
space:
mode:
Diffstat (limited to 'src/types')
-rw-r--r--src/types/app.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/types/app.ts b/src/types/app.ts
index 2588a7b..b613e6e 100644
--- a/src/types/app.ts
+++ b/src/types/app.ts
@@ -5,9 +5,7 @@ import type { MessageFormatElement } from 'react-intl';
import type { VALID_THEMES } from '../utils/constants';
export type NextPageWithLayoutOptions = {
- withExtraPadding?: boolean;
isHome?: boolean;
- useGrid?: boolean;
};
export type NextPageWithLayout<T = object> = NextPage<T> & {