Skip to content

Commit

Permalink
Remove unused import in App component
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumino committed Dec 18, 2023
1 parent 72e0bbe commit c58f03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, useEffect } from 'react';
import { useState } from 'react';
import FlowtimeFocus from './FlowtimeFocus';
import FlowtimeBreak from './FlowtimeBreak';

Expand Down

0 comments on commit c58f03a

Please sign in to comment.