Add new components for AI and tutorials, update routing, and enhance file upload functionality
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export class FileInfo {
|
||||
name: string | undefined;
|
||||
url: string | undefined;
|
||||
}
|
||||
Reference in New Issue
Block a user