Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import boot from '../app/boot';
import { Logo, LoadingLogo } from './logo';
import './style.scss';
boot( {
basePath: '/v2-a4a',
mainRoute: '/overview',
LoadingLogo,
Logo,
supports: {
overview: true,
sites: true,
domains: false,
emails: false,
reader: false,
help: true,
notifications: false,
me: true,
},
} );