Skip to content

Commit

Permalink
remove type warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lounsbrough committed Dec 12, 2023
1 parent 6236fcc commit 88be4c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ReactColorA11y.cy.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// <reference types="Cypress" />
/// <reference types="../cypress/cypress.d.ts" />

import React from 'react';
import { colord } from 'colord';
import ReactColorA11y from './ReactColorA11y';
Expand Down

0 comments on commit 88be4c7

Please sign in to comment.