website refactor

This commit is contained in:
2026-01-16 11:13:42 +01:00
parent d86aa4583b
commit d6b94e21df
30 changed files with 217 additions and 182 deletions

View File

@@ -1,5 +1,5 @@
import { describe, it, expect } from 'vitest';
import { ApiClient, api } from './index';
import { ApiClient, api } from './ApiClient';
describe('ApiClient', () => {
it('should be defined', () => {