fix(circularprogress)!: remove circularprogress directory

If migrating, instead of `import '@material/web/circularprogress/circular-progress.js';`, use `import '@material/web/progress/circular-progress.js';`

PiperOrigin-RevId: 548172090
This commit is contained in:
Andrew Jakubowicz 2023-07-14 11:08:41 -07:00 committed by Copybara-Service
parent 7fdd0c4c31
commit 48edec0200

View File

@ -1,12 +0,0 @@
/**
* @license
* Copyright 2023 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* TODO(b/291100596): Stub left behind for migration. Prefer
* `import @material/web/progress/circular-progress.js`
*/
export * from '@material/web/progress/circular-progress.js';