mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 09:59:10 +00:00
fix linting issues
This commit is contained in:
parent
c477f63b56
commit
40f577d01d
5 changed files with 42 additions and 45 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue