Skip to content

Commit 5c5ebb3

Browse files
committed
fix build error 4
1 parent 069a537 commit 5c5ebb3

File tree

16 files changed

+0
-34
lines changed

16 files changed

+0
-34
lines changed

packages/__docs__/src/ColorCard/props.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*/
24-
import type { PropValidators } from '@instructure/shared-types'
25-
2624
type ColorCardOwnProps = {
2725
hex: string
2826
name: string

packages/__docs__/src/ColorTable/props.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*/
24-
import type { PropValidators } from '@instructure/shared-types'
25-
2624

2725
type ColorTableOwnProps = {
2826
colors: Record<string, string>

packages/__docs__/src/Guidelines/props.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*/
24-
import type { PropValidators } from '@instructure/shared-types'
25-
2624

2725
type GuidelinesOwnProps = {
2826
children: React.ReactNode

packages/__docs__/src/Hero/props.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
* SOFTWARE.
2323
*/
2424
import type { ComponentStyle, WithStyleProps } from '@instructure/emotion'
25-
import type { PropValidators } from '@instructure/shared-types'
26-
2725
import type { ParsedDocSummary } from '../../buildScripts/DataTypes.mjs'
2826

2927
type HeroOwnProps = {

packages/__docs__/src/Properties/props.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
* SOFTWARE.
2323
*/
2424

25-
import type { PropValidators } from '@instructure/shared-types'
26-
2725
import type { ComponentStyle, WithStyleProps } from '@instructure/emotion'
2826
import type { PropDescriptor } from 'react-docgen'
2927

packages/__docs__/src/Returns/props.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*/
24-
import type { PropValidators } from '@instructure/shared-types'
25-
2624

2725
import type { JSDocFunctionReturns } from '../../buildScripts/DataTypes.mts'
2826

packages/__docs__/src/Section/props.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*/
24-
import type { PropValidators } from '@instructure/shared-types'
25-
2624
import { ReactNode } from 'react'
2725

2826
type SectionOwnProps = {

packages/__docs__/src/Select/props.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*/
24-
import type { PropValidators } from '@instructure/shared-types'
25-
2624
import React from 'react'
2725
import { Renderable } from '@instructure/shared-types'
2826

packages/__docs__/src/TableOfContents/props.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
* SOFTWARE.
2323
*/
2424

25-
import type { PropValidators } from '@instructure/shared-types'
26-
2725
import type { DocDataType } from '../Document/props'
2826
import { DocPropType } from '../Document/props'
2927

packages/__docs__/src/ThemeColors/props.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*/
24-
import type { PropValidators } from '@instructure/shared-types'
25-
2624

2725
type ThemeColorsOwnProps = {
2826
colors: Record<string, string>

0 commit comments

Comments
 (0)