mirror of
https://github.com/Sosokker/SOS12.git
synced 2025-12-19 20:54:06 +01:00
deleted used image and remove createcontext
This commit is contained in:
parent
6536abefe6
commit
3c30cb60ff
Binary file not shown.
|
Before Width: | Height: | Size: 56 KiB |
@ -1,5 +1,5 @@
|
|||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
import { createContext, useState, useEffect } from 'react';
|
import { useState, useEffect } from 'react';
|
||||||
import Button from '@mui/material/Button';
|
import Button from '@mui/material/Button';
|
||||||
import Card from '@mui/material/Card';
|
import Card from '@mui/material/Card';
|
||||||
import CardActions from '@mui/material/CardActions';
|
import CardActions from '@mui/material/CardActions';
|
||||||
@ -11,14 +11,11 @@ import Typography from '@mui/material/Typography';
|
|||||||
import Container from '@mui/material/Container';
|
import Container from '@mui/material/Container';
|
||||||
import Checkbox from '@mui/material/Checkbox';
|
import Checkbox from '@mui/material/Checkbox';
|
||||||
import cards from '../constants/Card';
|
import cards from '../constants/Card';
|
||||||
import myimage from '../../public/images/syntax.jpeg';
|
|
||||||
import { SectionWrapper } from '../hoc';
|
import { SectionWrapper } from '../hoc';
|
||||||
import Cookies from 'js-cookie';
|
import Cookies from 'js-cookie';
|
||||||
import Preproblems from "./Preproblems.jsx";
|
import Preproblems from "./Preproblems.jsx";
|
||||||
|
|
||||||
|
|
||||||
// export const ThemeContext = createContext(null);
|
|
||||||
|
|
||||||
const CardItem = ({ card }) => {
|
const CardItem = ({ card }) => {
|
||||||
const [checked, setChecked] = useState(false);
|
const [checked, setChecked] = useState(false);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user