chore: init from code-review-graph-main snapshot (v2.3.7)
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import { cn } from '@/lib/utils';
|
||||
import { UserService } from './sample_typescript';
|
||||
|
||||
export function formatUser(name: string): string {
|
||||
return cn('user', name);
|
||||
}
|
||||
Reference in New Issue
Block a user