Add copyright notice
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m43s
Add copyright notice / copyright_notice (pull_request) Successful in 4m27s
Playwright Tests / test (pull_request) Successful in 7m19s

This commit is contained in:
Manuel Bustillo 2024-11-11 06:50:06 +00:00
parent 8b12ead7d3
commit 9d6f054603

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { CheckIcon, XMarkIcon } from '@heroicons/react/24/outline';
import React, { useState } from 'react';
import { classNames } from '../button';