remove unused import

This commit is contained in:
2025-09-02 11:49:11 +02:00
parent c222d75ac5
commit 1e96f13d22

View File

@@ -1,4 +1,4 @@
import { describe, test, expect, vi } from 'vitest'; import { describe, test, expect } from 'vitest';
import { GET } from '../src/routes/api/user/+server'; import { GET } from '../src/routes/api/user/+server';
const id = 'admin'; const id = 'admin';