m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-13 07:33:48 -05:00

Fix broken styles

This commit is contained in:
Sergio
2025-02-21 19:33:30 +02:00
parent 4d691dd5fa
commit bcb9f63735
4 changed files with 23 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
import React from "react";
import "./styles.css";
import "./styles.css"
import CopyableCode from "../CopyableCode";
import { Browser } from "../Browser";