mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-24 00:54:31 +00:00
Cleanup
This commit is contained in:
parent
9f48f376b6
commit
31b07a27e3
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import React, {useCallback} from "react"
|
||||
import React from "react"
|
||||
import {default as cn} from "classnames";
|
||||
import {default as style} from "./FlipPanel.module.css"
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import {default as style} from "./ProjectsList.module.css"
|
||||
import {useGitHubRepositories} from "../hooks/useGitHubRepositories"
|
||||
import {LinkPanel} from "./LinkPanel"
|
||||
import {faBook, faCodeFork} from "@fortawesome/free-solid-svg-icons"
|
||||
|
||||
|
|
Loading…
Reference in a new issue