1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 15:27:28 +00:00
This commit is contained in:
Steffo 2023-12-19 04:18:47 +01:00
parent 9f48f376b6
commit 31b07a27e3
Signed by: steffo
GPG key ID: 2A24051445686895
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import React, {useCallback} from "react" import React from "react"
import {default as cn} from "classnames"; import {default as cn} from "classnames";
import {default as style} from "./FlipPanel.module.css" import {default as style} from "./FlipPanel.module.css"

View file

@ -1,5 +1,4 @@
import {default as style} from "./ProjectsList.module.css" import {default as style} from "./ProjectsList.module.css"
import {useGitHubRepositories} from "../hooks/useGitHubRepositories"
import {LinkPanel} from "./LinkPanel" import {LinkPanel} from "./LinkPanel"
import {faBook, faCodeFork} from "@fortawesome/free-solid-svg-icons" import {faBook, faCodeFork} from "@fortawesome/free-solid-svg-icons"