Add copyright notice
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m31s
Add copyright notice / copyright_notice (pull_request) Successful in 3m5s
Playwright Tests / test (pull_request) Successful in 6m49s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 9m50s

This commit is contained in:
Manuel Bustillo 2024-11-02 11:53:56 +00:00
parent 1b71bc9d79
commit b5dd07c067
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import clsx from "clsx";
type ButtonColor = 'primary' | 'blue' | 'green' | 'red' | 'yellow';