Add copyright notice
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m37s
Add copyright notice / copyright_notice (pull_request) Successful in 2m55s
Playwright Tests / test (pull_request) Successful in 4m44s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 6m38s

This commit is contained in:
Manuel Bustillo 2024-11-02 10:26:40 +00:00
parent 51d9a3d6e2
commit 58f9c35bf2

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Manuel Bustillo*/
'use client'; 'use client';
import React, { useState } from 'react'; import React, { useState } from 'react';