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",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "dry-wash",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@brojs/cli": "^1.6.3",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dry-wash",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "<a id=\"readme-top\"></a>",
|
||||
"main": "./src/index.tsx",
|
||||
"scripts": {
|
||||
|
||||
@@ -9,12 +9,12 @@ import {
|
||||
} from '../../components/landing';
|
||||
import { LandingThemeProvider } from '../../containers';
|
||||
import { LandingSuccessStub } from '../../models/landing';
|
||||
const landingSuccessStub = import(
|
||||
'../../../stubs/json/landing/success.json'
|
||||
) as unknown as LandingSuccessStub;
|
||||
import landingSuccessStubJson from '../../../stubs/json/landing/success.json';
|
||||
|
||||
import { isBenefitsSectionData, isSocialProofSectionData } from './types';
|
||||
|
||||
const landingSuccessStub = landingSuccessStubJson as LandingSuccessStub;
|
||||
|
||||
const Page: FC = () => {
|
||||
return (
|
||||
<LandingThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user