Files
METH_Transcendence/docker-compose/requirements/nginx/static/javascript/Page.js
Kum1ta bf1929e211 Site
- Updated functions in class with function create/dispose
2024-08-25 02:25:50 +02:00

24 lines
970 B
JavaScript

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Page.js :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/25 00:00:21 by edbernar #+# #+# */
/* Updated: 2024/08/25 00:27:21 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
class Page
{
actualPage = null;
constructor()
{
}
};
export { Page }