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
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:
parent
1b71bc9d79
commit
b5dd07c067
@ -1,3 +1,5 @@
|
||||
/* Copyright (C) 2024 Manuel Bustillo*/
|
||||
|
||||
'use client'
|
||||
|
||||
import React, { useState } from "react"
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* Copyright (C) 2024 Manuel Bustillo*/
|
||||
|
||||
import clsx from "clsx";
|
||||
|
||||
type ButtonColor = 'primary' | 'blue' | 'green' | 'red' | 'yellow';
|
||||
|
Loading…
x
Reference in New Issue
Block a user