Skip to content

Commit

Permalink
Fix eslint issue with imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed May 10, 2024
1 parent b9dd2d8 commit af3135a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dapp/src/components/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react"
import React, { useState } from "react"
import { AnimatePresence, motion, Variants } from "framer-motion"
import { useState } from "react"
import { useLocation, useOutlet } from "react-router-dom"
import DocsDrawer from "./DocsDrawer"
import Header from "./Header"
Expand Down

0 comments on commit af3135a

Please sign in to comment.