task/52-pop-up #12

Merged
Walke merged 2 commits from task/52-pop-up into main 2025-05-26 18:31:14 +02:00
Showing only changes of commit fe08dd3603 - Show all commits
@@ -1,3 +1,6 @@
// src/components/PopUp/PopUp.jsx
// sima komponens, ami megjeleníti a popupot
import React from "react";
export default function PopUp({ children, onClose }) {