import React from "react"; import RegulaminDialog from "./Dialogs/RegulaminDialog"; export default function Dialogs (props) { return (
); }