Skip to content

Commit

Permalink
Remove duplicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyDoyle committed Oct 24, 2022
1 parent 5b06b31 commit ce00700
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import "../flow/config"
import { COMMANDS } from "../cmds"
import useCurrentUser from "../hooks/use-current-user"
import useConfig from "../hooks/use-config"
import { useState, useEffect } from "react"
import { COMMANDS } from "../cmds"
import { init } from "@onflow/fcl-wc"
import Image from "next/image"
import "../flow/config"
Expand Down

0 comments on commit ce00700

Please sign in to comment.