Skip to content

Commit

Permalink
fix(release): fix prop-types merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Dec 22, 2023
1 parent f88ee70 commit 6c9ddbf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/web/src/global.web-auto-imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ import type _gql from 'graphql-tag'
// For "internal" global types see ambient.d.ts

declare global {
<<<<<<< HEAD
const React: typeof _React
const PropTypes: typeof _PropTypes
=======
>>>>>>> 5921359bf (chore(crwa): remove React `prop-types` package (#9206))
const gql: typeof _gql

interface Window {
Expand Down

0 comments on commit 6c9ddbf

Please sign in to comment.