import React from "react"; import styles from "../styles/modules/AdminControl.module.scss"; export default function AdminControl() { return (
); }