fix linting issues

This commit is contained in:
41666 2021-03-10 00:12:01 -05:00
parent c477f63b56
commit 40f577d01d
5 changed files with 42 additions and 45 deletions

View file

@ -1,9 +1,8 @@
import { AppShell } from '@roleypoly/design-system/organisms/app-shell';
import { Landing } from '@roleypoly/design-system/organisms/landing';
import * as React from 'react';
import { ProvidableAppShellProps } from 'roleypoly/providers/appShellData';
export const LandingTemplate = (props: ProvidableAppShellProps) => (
export const LandingTemplate = (props: any) => (
<AppShell showFooter {...props}>
<Landing />
</AppShell>