Skip to content

Commit

Permalink
⚠️ examples: Fix warning treated as error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lowczarc committed Dec 29, 2023
1 parent 82ebce4 commit 85a5740
Show file tree
Hide file tree
Showing 2 changed files with 357 additions and 146 deletions.
2 changes: 1 addition & 1 deletion examples/transcription/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, useEffect } from "react";
import React, { useState } from "react";
import { usePolyfire } from "polyfire-js/hooks";

function App() {
Expand Down
Loading

0 comments on commit 85a5740

Please sign in to comment.