mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: missing install component
This commit is contained in:
parent
7dd69dd08a
commit
f356fe9f07
2 changed files with 7 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ function InstallClient() {
|
|||
<GeneralWrapperStyled>
|
||||
<Suspense>
|
||||
<>
|
||||
|
||||
<Stepscomp />
|
||||
</>
|
||||
</Suspense>
|
||||
</GeneralWrapperStyled>
|
||||
|
|
|
|||
6
apps/web/package-lock.json
generated
6
apps/web/package-lock.json
generated
|
|
@ -25,6 +25,7 @@
|
|||
"@tiptap/react": "^2.0.0-beta.199",
|
||||
"@tiptap/starter-kit": "^2.0.0-beta.199",
|
||||
"avvvatars-react": "^0.4.2",
|
||||
"dayjs": "^1.11.10",
|
||||
"formik": "^2.2.9",
|
||||
"framer-motion": "^10.16.1",
|
||||
"lowlight": "^3.0.0",
|
||||
|
|
@ -4948,6 +4949,11 @@
|
|||
"integrity": "sha512-4FbVrHDwfOASx7uQVxeiCTo7ggSdYZbqs8lH+WU6ViypPlDbe9y6IP5VVUDQBv9DcnyaiPT5XT0UWHgJ64zLeQ==",
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/dayjs": {
|
||||
"version": "1.11.10",
|
||||
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",
|
||||
"integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ=="
|
||||
},
|
||||
"node_modules/debug": {
|
||||
"version": "4.3.4",
|
||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue