Skip to content

Commit

Permalink
Merge pull request reactplay#402 from 6km/fix-duplication
Browse files Browse the repository at this point in the history
Fix import duplication
  • Loading branch information
atapas committed Jul 23, 2022
2 parents 7670c0e + aa6193e commit 0474174
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plays/analog-clock/AnalogClock.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import "./AnalogClock.css";

import PlayHeader from "common/playlists/PlayHeader";
import { useState } from "react";
import { useEffect } from "react";
import { useState, useEffect } from "react";

function AnalogClock(props) {

Expand Down

0 comments on commit 0474174

Please sign in to comment.