Skip to content

Commit

Permalink
chore: remove unused import (ProvableHQ#827)
Browse files Browse the repository at this point in the history
* fix: react template ts lint issue

* chore: remove yarn error log file

* Revert "chore: remove yarn error log file"

This reverts commit a038d77.

* Revert "fix: react template ts lint issue"

This reverts commit bff1dd2.

* chore: remove unused import
  • Loading branch information
murrayee authored Dec 21, 2023
1 parent f3f4b7b commit 60e8bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-aleo-app/template-react-managed-worker/src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useState } from "react";
import { useState } from "react";
import reactLogo from "./assets/react.svg";
import aleoLogo from "./assets/aleo.png";
import "./App.css";
Expand Down

0 comments on commit 60e8bc4

Please sign in to comment.