mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
full migration to scss
This commit is contained in:
parent
138244d5aa
commit
d1750fff59
@ -240,8 +240,7 @@ export function DownloadGroup({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="download-group">
|
<div className="download-group">
|
||||||
<div className="download-group__downloads-group"
|
<div className="download-group__downloads-group">
|
||||||
>
|
|
||||||
<h2>{title}</h2>
|
<h2>{title}</h2>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
|
|
||||||
import * as styles from "./description-header.css";
|
|
||||||
import { useContext } from "react";
|
import { useContext } from "react";
|
||||||
import { gameDetailsContext } from "@renderer/context";
|
import { gameDetailsContext } from "@renderer/context";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user