изменена работа с png файлами

This commit is contained in:
admin 2024-12-10 09:22:02 +03:00
parent 8e744cf2dd
commit 0a1d4067a8
4 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import Typography from '@mui/material/Typography';
import Container from '@mui/material/Container'; import Container from '@mui/material/Container';
import { createTheme, ThemeProvider } from '@mui/material/styles'; import { createTheme, ThemeProvider } from '@mui/material/styles';
import axios from 'axios'; import axios from 'axios';
import student_icon from '../../assets/images/student-icon.png'; import student_icon from './student-icon.png';
import "./index.css"; import "./index.css";
//import useTelegram from "../hooks/useTelegram"; //import useTelegram from "../hooks/useTelegram";
import Select from 'react-select'; import Select from 'react-select';

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -12,7 +12,7 @@
"moduleResolution": "node", "moduleResolution": "node",
"target": "es6", "target": "es6",
"jsx": "react", "jsx": "react",
"typeRoots": ["node_modules/@types", "src/typings"], "typeRoots": ["node_modules/@types", "src/@types"],
"types" : ["webpack-env", "node"], "types" : ["webpack-env", "node"],
"resolveJsonModule": true "resolveJsonModule": true
}, },