Skip to content

Commit 782e8a7

Browse files
committed
restructure stacey code
1 parent 38bd90f commit 782e8a7

29 files changed

+1238
-2164
lines changed

package-lock.json

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,5 @@
4343
"typescript": "^4.6.3",
4444
"vitest": "^3.0.8",
4545
"wait-on": "^7.2.0"
46-
},
47-
"dependencies": {
48-
"lottie-react": "^2.4.1"
4946
}
5047
}

packages/frontend/index.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,9 @@
2020
<link rel="preconnect" href="https://fonts.googleapis.com" />
2121
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
2222
<link
23-
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
23+
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap"
2424
rel="stylesheet"
2525
/>
26-
27-
<link rel="preconnect" href="https://fonts.googleapis.com">
28-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
29-
<link
30-
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap"
31-
rel="stylesheet"
32-
/>
33-
3426
</head>
3527
<body>
3628
<noscript>You need to enable JavaScript to run this app.</noscript>

packages/frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"lens-widget": "1.36.0",
4545
"lodash": "^4.17.21",
4646
"lodash.get": "4.4.2",
47+
"lottie-react": "^2.4.1",
4748
"lottie-web": "5.12.2",
4849
"luxon": "^2.3.1",
4950
"node-html-parser": "6.1.13",

packages/frontend/src/assets/landing/Apps.svg

Lines changed: 0 additions & 205 deletions
This file was deleted.

packages/frontend/src/assets/landing/HeroImg.svg

Lines changed: 0 additions & 58 deletions
This file was deleted.

packages/frontend/src/assets/landing/HeroLottie2.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/frontend/src/assets/landing/Integrations.svg

Lines changed: 0 additions & 184 deletions
This file was deleted.

packages/frontend/src/config/urls.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@ export const SGID_CHECK_ELIGIBILITY_URL =
8585
export const TEMPLATES_FORM_LINK = 'https://go.gov.sg/request-template'
8686
export const SUPPORT_FORM_LINK = 'https://go.gov.sg/plumber-support'
8787
export const LEARN_LINK = 'https://go.gov.sg/learn-plumber'
88+
89+
// Landing page use cases
90+
export const HUMAN_RESOURCE = '/use-cases/human-resource'

packages/frontend/src/exports/components.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export { default as FlowStep } from '../components/FlowStep'
3232
export { default as FlowStepGroup } from '../components/FlowStepGroup'
3333
export { default as FlowStepTestController } from '../components/FlowStepTestController'
3434
export { default as FlowSubstep } from '../components/FlowSubstep'
35-
export { Footer } from '../components/Footer'
3635
export { default as Form } from '../components/Form'
3736
export { default as HideOnScroll } from '../components/HideOnScroll'
3837
export { default as InputCreator } from '../components/InputCreator'

0 commit comments

Comments
 (0)