Add copyright notice
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 52s
Add copyright notice / copyright_notice (pull_request) Successful in 1m56s
Playwright Tests / test (pull_request) Failing after 6m24s

This commit is contained in:
Manuel Bustillo 2024-11-17 16:00:30 +00:00 committed by bustikiller
parent 671bfce34f
commit 01bce277a8
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { Expense } from '@/app/lib/definitions';
import { getCsrfToken } from '@/app/lib/utils';

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { Group } from '@/app/lib/definitions';
export function loadGroups(onLoad?: (groups: Group[]) => void) {

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { Guest } from '@/app/lib/definitions';
import { getCsrfToken } from '@/app/lib/utils';

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { TableArrangement } from '@/app/lib/definitions';
export function loadTableSimulations(onLoad?: (tableSimulations: TableArrangement[]) => void) {