Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Sep 20, 2024
1 parent c3cdb62 commit 6899cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { flare } from '@flareapp/js';
import { Component, PropsWithChildren, ReactNode } from 'react';
import { Component, PropsWithChildren } from 'react';

interface Context {
react: {
Expand Down

0 comments on commit 6899cbc

Please sign in to comment.