website refactor

This commit is contained in:
2026-01-18 00:34:11 +01:00
parent 4b66c682a0
commit 93e4bdcf37
4 changed files with 4 additions and 96 deletions

View File

@@ -1,5 +1,5 @@
import { describe, it, expect, vi } from 'vitest';
import { routeMatchers, routes } from '../../../apps/website/lib/routing/RouteConfig';
import { describe, it, expect } from 'vitest';
import { routeMatchers } from '../../../apps/website/lib/routing/RouteConfig';
describe('RouteConfig - routeMatchers Invariants', () => {
describe('isPublic()', () => {