Compare commits
3 Commits
d30202108c
...
v0.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6705e74ece | ||
| 52bb3790c7 | |||
|
|
2cf60c7b16 |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "dry-wash",
|
"name": "dry-wash",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "dry-wash",
|
"name": "dry-wash",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@brojs/cli": "^1.6.3",
|
"@brojs/cli": "^1.6.3",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dry-wash",
|
"name": "dry-wash",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "<a id=\"readme-top\"></a>",
|
"description": "<a id=\"readme-top\"></a>",
|
||||||
"main": "./src/index.tsx",
|
"main": "./src/index.tsx",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -9,12 +9,12 @@ import {
|
|||||||
} from '../../components/landing';
|
} from '../../components/landing';
|
||||||
import { LandingThemeProvider } from '../../containers';
|
import { LandingThemeProvider } from '../../containers';
|
||||||
import { LandingSuccessStub } from '../../models/landing';
|
import { LandingSuccessStub } from '../../models/landing';
|
||||||
const landingSuccessStub = import(
|
import landingSuccessStubJson from '../../../stubs/json/landing/success.json';
|
||||||
'../../../stubs/json/landing/success.json'
|
|
||||||
) as unknown as LandingSuccessStub;
|
|
||||||
|
|
||||||
import { isBenefitsSectionData, isSocialProofSectionData } from './types';
|
import { isBenefitsSectionData, isSocialProofSectionData } from './types';
|
||||||
|
|
||||||
|
const landingSuccessStub = landingSuccessStubJson as LandingSuccessStub;
|
||||||
|
|
||||||
const Page: FC = () => {
|
const Page: FC = () => {
|
||||||
return (
|
return (
|
||||||
<LandingThemeProvider>
|
<LandingThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user