chore: delete ui-components package (#23950)

* chore: delete ui-components package

* add dependency to frontend-shared that was previously provided by ui-components

* whoops

* fix deps
This commit is contained in:
Emily Rohrbough
2022-09-26 19:19:10 -05:00
committed by GitHub
parent bf590eba3f
commit 63b1a9560d
59 changed files with 78 additions and 2054 deletions

View File

@@ -32,6 +32,5 @@ export const monorepoPaths = {
pkgSocket: path.join(__dirname, '../../packages/socket'),
pkgTs: path.join(__dirname, '../../packages/ts'),
pkgTypes: path.join(__dirname, '../../packages/types'),
pkgUiComponents: path.join(__dirname, '../../packages/ui-components'),
pkgWebConfig: path.join(__dirname, '../../packages/web-config')
} as const