feat: implement script edition and loading on the frontend

This commit is contained in:
swve 2025-06-08 19:27:11 +02:00
parent 1b35e1cbb3
commit cc1894cd9c
7 changed files with 544 additions and 3 deletions

View file

@ -1,5 +1,5 @@
import { clsx, type ClassValue } from 'clsx'
import { twMerge } from 'tailwind-merge'
import { type ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))