chore: restore original directory structure (project under code-review-graph-main/)
This commit is contained in:
@@ -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