Initial commit
parents
Showing
.eslint
0 → 100644
.eslintignore
0 → 100644
.gitignore
0 → 100644
.prettierignore
0 → 100644
.prettierrc
0 → 100644
.vscode/settings.json
0 → 100644
README.md
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | |||
"name": "@minimal/minimal-kit-react", | |||
"author": "minimals.cc", | |||
"version": "3.4.0", | |||
"description": "Simple React Scripts & Javascript", | |||
"private": true, | |||
"scripts": { | |||
"start": "react-scripts start", | |||
"build": "react-scripts build", | |||
"eject": "react-scripts eject", | |||
"lint": "eslint --ext .js,.jsx ./src", | |||
"lint:fix": "eslint --fix --ext .js,.jsx ./src", | |||
"clear-all": "rm -rf build node_modules", | |||
"re-start": "rm -rf build node_modules && yarn install && yarn start", | |||
"re-build": "rm -rf build node_modules && yarn install && yarn build" | |||
}, | |||
"eslintConfig": { | |||
"extends": [ | |||
"react-app" | |||
] | |||
}, | |||
"babel": { | |||
"presets": [ | |||
"@babel/preset-react" | |||
] | |||
}, | |||
"browserslist": { | |||
"production": [ | |||
">0.2%", | |||
"not dead", | |||
"not op_mini all" | |||
], | |||
"development": [ | |||
"last 1 chrome version", | |||
"last 1 firefox version", | |||
"last 1 safari version" | |||
] | |||
}, | |||
"dependencies": { | |||
"@emotion/cache": "^11.7.1", | |||
"@emotion/react": "^11.9.0", | |||
"@emotion/styled": "^11.8.1", | |||
"@hookform/resolvers": "^2.9.6", | |||
"@iconify/react": "^3.2.1", | |||
"@mui/lab": "^5.0.0-alpha.90", | |||
"@mui/material": "^5.6.0", | |||
"@react-pdf-viewer/core": "^3.5.0", | |||
"axios": "^0.27.2", | |||
"change-case": "^4.1.2", | |||
"date-fns": "^2.28.0", | |||
"framer-motion": "^6.2.9", | |||
"history": "^5.3.0", | |||
"jwt-decode": "^3.1.2", | |||
"notistack": "^2.0.5", | |||
"nprogress": "^0.2.0", | |||
"numeral": "^2.0.6", | |||
"pdfjs-dist": "^2.14.305", | |||
"prop-types": "^15.8.1", | |||
"react": "^17.0.2", | |||
"react-dom": "^17.0.2", | |||
"react-helmet-async": "^1.2.3", | |||
"react-hook-form": "^7.33.1", | |||
"react-intersection-observer": "^8.33.1", | |||
"react-lazy-load-image-component": "^1.5.4", | |||
"react-particles": "^2.2.3", | |||
"react-router": "^6.3.0", | |||
"react-router-dom": "^6.3.0", | |||
"react-scripts": "^5.0.0", | |||
"simplebar": "^5.3.6", | |||
"simplebar-react": "^2.3.6", | |||
"stylis": "^4.1.0", | |||
"stylis-plugin-rtl": "^2.1.1", | |||
"tsparticles": "^2.2.3", | |||
"use-is-mounted-ref": "^1.5.0", | |||
"yup": "^0.32.11" | |||
}, | |||
"devDependencies": { | |||
"@babel/core": "^7.17.9", | |||
"@babel/eslint-parser": "^7.17.0", | |||
"@typescript-eslint/eslint-plugin": "^5.12.1", | |||
"@typescript-eslint/parser": "^5.12.1", | |||
"babel-eslint": "^10.1.0", | |||
"eslint": "^8.9.0", | |||
"eslint-config-airbnb": "^19.0.4", | |||
"eslint-config-prettier": "^8.4.0", | |||
"eslint-config-react-app": "^7.0.0", | |||
"eslint-plugin-flowtype": "^8.0.3", | |||
"eslint-plugin-import": "^2.25.4", | |||
"eslint-plugin-jsx-a11y": "^6.5.1", | |||
"eslint-plugin-prettier": "^4.0.0", | |||
"eslint-plugin-react": "^7.28.0", | |||
"eslint-plugin-react-hooks": "^4.3.0", | |||
"prettier": "^2.5.1", | |||
"typescript": "^4.5.5" | |||
} | |||
} |
public/TMA.pdf
0 → 100644
File added
public/_redirects
0 → 100644
public/assets/bg_card.png
0 → 100644
42.2 KB
public/assets/bg_gradient.jpeg
0 → 100644
33 KB
public/assets/icons/flags/ic_flag_cn.svg
0 → 100644
public/assets/icons/flags/ic_flag_de.svg
0 → 100644
public/assets/icons/flags/ic_flag_en.svg
0 → 100644
public/assets/icons/flags/ic_flag_fr.svg
0 → 100644
public/assets/icons/flags/ic_flag_kr.svg
0 → 100644
public/assets/icons/flags/ic_flag_sa.svg
0 → 100644
public/assets/icons/flags/ic_flag_us.svg
0 → 100644
public/assets/icons/flags/ic_flag_vn.svg
0 → 100644
public/assets/icons/navbar/ic_analytics.svg
0 → 100644
public/assets/icons/navbar/ic_banking.svg
0 → 100644
public/assets/icons/navbar/ic_blog.svg
0 → 100644
public/assets/icons/navbar/ic_booking.svg
0 → 100644
public/assets/icons/navbar/ic_calendar.svg
0 → 100644
public/assets/icons/navbar/ic_cart.svg
0 → 100644
public/assets/icons/navbar/ic_chat.svg
0 → 100644
public/assets/icons/navbar/ic_dashboard.svg
0 → 100644
public/assets/icons/navbar/ic_ecommerce.svg
0 → 100644
public/assets/icons/navbar/ic_invoice.svg
0 → 100644
public/assets/icons/navbar/ic_kanban.svg
0 → 100644
public/assets/icons/navbar/ic_mail.svg
0 → 100644
public/assets/icons/navbar/ic_menu_item.svg
0 → 100644
public/assets/icons/navbar/ic_user.svg
0 → 100644
268 KB
85.9 KB
31.4 KB
79.9 KB
92.7 KB
public/assets/images/logo-saco.png
0 → 100644
16.5 KB
public/assets/overlay.svg
0 → 100644
public/assets/placeholder.svg
0 → 100644
public/dummy.pdf
0 → 100644
File added
public/dummy2.pdf
0 → 100644
File added
public/favicon/android-chrome-192x192.png
0 → 100644
11.7 KB
public/favicon/android-chrome-512x512.png
0 → 100644
54.3 KB
public/favicon/apple-touch-icon.png
0 → 100644
10.8 KB
public/favicon/favicon-16x16.png
0 → 100644
543 Bytes
public/favicon/favicon-32x32.png
0 → 100644
1.03 KB
public/favicon/favicon.ico
0 → 100644
File added
public/fonts/CircularStd-Bold.otf
0 → 100644
File added
public/fonts/CircularStd-Book.otf
0 → 100644
File added
public/fonts/CircularStd-Medium.otf
0 → 100644
File added
public/fonts/Roboto-Bold.ttf
0 → 100644
File added
public/fonts/Roboto-Regular.ttf
0 → 100644
File added
public/fonts/index.css
0 → 100644
public/index.html
0 → 100644
public/logo/logo_full.jpg
0 → 100644
20.6 KB
public/logo/logo_full.svg
0 → 100644
public/logo/logo_single.svg
0 → 100644
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/App.js
0 → 100644
src/_mock/_analytics.js
0 → 100644
src/_mock/_app.js
0 → 100644
src/_mock/_banking.js
0 → 100644
src/_mock/_booking.js
0 → 100644
src/_mock/_countries.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/_mock/_ecommerce.js
0 → 100644
src/_mock/_invoice.js
0 → 100644
src/_mock/_mock.js
0 → 100644
src/_mock/_others.js
0 → 100644
src/_mock/_plans.js
0 → 100644
src/_mock/_top100Films.js
0 → 100644
src/_mock/_user.js
0 → 100644
src/_mock/address.js
0 → 100644
src/_mock/boolean.js
0 → 100644
src/_mock/company.js
0 → 100644
src/_mock/email.js
0 → 100644
src/_mock/funcs.js
0 → 100644
src/_mock/index.js
0 → 100644
src/_mock/map/cities.js
0 → 100644
src/_mock/map/countries.js
0 → 100644
src/_mock/map/map-style-basic-v8.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/_mock/map/stations.js
0 → 100644
src/_mock/name.js
0 → 100644
src/_mock/number.js
0 → 100644
src/_mock/phoneNumber.js
0 → 100644
src/_mock/role.js
0 → 100644
src/_mock/text.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icon_plan_free.js
0 → 100644
src/assets/icon_plan_premium.js
0 → 100644
src/assets/icon_plan_starter.js
0 → 100644
src/assets/icon_sent.js
0 → 100644
src/assets/illustration_403.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/illustration_404.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/illustration_500.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/illustration_background.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/illustration_booking.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/illustration_checkin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/illustration_checkout.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/illustration_coming_soon.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/illustration_doc.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/illustration_maintenance.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/illustration_motivation.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/illustration_order_complete.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/illustration_seo.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/illustration_upload.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Avatar.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/BadgeStatus.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Breadcrumbs.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/HeaderBreadcrumbs.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Iconify.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Image.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/LoadingScreen.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Logo.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/MenuPopover.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/MyAvatar.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/NotistackProvider.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Page.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/ProgressBar.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/ScrollToTop.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Scrollbar.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/SocialsButton.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/SvgIconStyle.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/DialogAnimate.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/FabButtonAnimate.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/IconButtonAnimate.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/MotionContainer.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/animate/MotionViewport.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/TextAnimate.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/features.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/variants/actions.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/animate/variants/bounce.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/variants/container.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/variants/fade.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/variants/flip.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/variants/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/variants/path.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/variants/rotate.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/variants/scale.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/animate/variants/slide.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/animate/variants/zoom.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/editor/EditorToolbar.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/editor/EditorToolbarStyle.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/editor/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/hook-form/FormProvider.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/hook-form/RHFCheckbox.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/hook-form/RHFRadioGroup.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/hook-form/RHFSelect.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/hook-form/RHFSwitch.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/hook-form/RHFTextField.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/hook-form/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/nav-section/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/nav-section/vertical/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/nav-section/vertical/style.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/settings/ThemeColorPresets.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/settings/ThemeContrast.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/settings/ThemeRtlLayout.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/settings/drawer/BoxMask.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/settings/drawer/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/settings/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/config.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/contexts/CollapseDrawerContext.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/contexts/JWTContext.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/contexts/SettingsContext.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/guards/AuthGuard.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/guards/GuestGuard.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/hooks/useAuth.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/hooks/useCollapseDrawer.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/hooks/useIsMountedRef.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/hooks/useLocalStorage.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/hooks/useOffSetTop.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/hooks/useResponsive.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/hooks/useSettings.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/layouts/LogoOnlyLayout.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/layouts/dashboard/header/Searchbar.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/layouts/dashboard/header/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/layouts/dashboard/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/layouts/dashboard/navbar/NavConfig.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/layouts/dashboard/navbar/NavbarDocs.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/Horario.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Page404.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/PageOne.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/PageSix.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Periodo.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/Presentacion.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/TipoMaterial.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/auth/Login.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/routes/paths.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/sections/@dashboard/user/cards/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/sections/auth/login/LoginForm.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/sections/auth/login/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/breakpoints.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Accordion.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Alert.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Autocomplete.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Avatar.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Backdrop.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Badge.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Breadcrumbs.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Button.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/ButtonGroup.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Card.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Checkbox.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Chip.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/ControlLabel.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/CssBaseline.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/CustomIcons.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/DataGrid.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Dialog.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Drawer.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Fab.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Input.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Link.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/List.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/LoadingButton.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Menu.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Pagination.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Paper.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Popover.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Progress.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Radio.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Rating.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Select.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Skeleton.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Slider.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Stepper.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/SvgIcon.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Switch.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Table.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Tabs.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Timeline.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/ToggleButton.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Tooltip.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/TreeView.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/Typography.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/overrides/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/palette.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/shadows.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/typography.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/axios.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/createAvatar.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/cssStyles.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/formatNumber.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/formatTime.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/getColorPresets.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/getFontValue.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/jwt.js
0 → 100644
This diff is collapsed.
Click to expand it.
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.