работа над степпером, добавила крако

This commit is contained in:
Tamara 2023-03-03 02:50:28 +03:00
parent 6cd5f65fd5
commit 4dc2a19061
7 changed files with 16 additions and 23 deletions

0
craco.config.js Normal file

@ -1,18 +1,18 @@
import { Box, FormControl, Link, MenuItem, Select, TextField, Typography, useTheme } from "@mui/material";
import { useState } from "react";
import CustomCheckbox from "../CustomCheckbox";
import AlignLeftIcon from "../icons/AlignLeftIcon";
import AlignRightIcon from "../icons/AlignRightIcon";
import ArrowDown from "../icons/ArrowDownIcon";
import InfoIcon from "../icons/InfoIcon";
import LayoutCenteredIcon from "../icons/LayoutCenteredIcon";
import LayoutExpandedIcon from "../icons/LayoutExpandedIcon";
import LayoutStandartIcon from "../icons/LayoutStandartIcon";
import MobilePhoneIcon from "../icons/MobilePhoneIcon";
import UploadIcon from "../icons/UploadIcon";
import SelectableButton from "./SelectableButton";
import SelectableIconButton from "./SelectableIconButton";
import UploadBox from "./UploadBox";
import CustomCheckbox from "../../components/CustomCheckbox";
import AlignLeftIcon from "../../components/icons/AlignLeftIcon";
import AlignRightIcon from "../../components/icons/AlignRightIcon";
import ArrowDown from "../../components/icons/ArrowDownIcon";
import InfoIcon from "../../components/icons/InfoIcon";
import LayoutCenteredIcon from "../../components/icons/LayoutCenteredIcon";
import LayoutExpandedIcon from "../../components/icons/LayoutExpandedIcon";
import LayoutStandartIcon from "../../components/icons/LayoutStandartIcon";
import MobilePhoneIcon from "../../components/icons/MobilePhoneIcon";
import UploadIcon from "../../components/icons/UploadIcon";
import SelectableButton from "../../components/CreateQuiz/SelectableButton";
import SelectableIconButton from "../../components/CreateQuiz/SelectableIconButton";
import UploadBox from "../../components/CreateQuiz/UploadBox";
const designTypes = [

@ -1,7 +1,7 @@
import {Box, Button, Typography, useTheme} from "@mui/material";
import CreationCard from "../components/CreateQuiz/CreationCard";
import quizCreationImage1 from "../assets/quiz-creation-1.png";
import quizCreationImage2 from "../assets/quiz-creation-2.png";
import CreationCard from "../../ui_kit/CreationCard";
import quizCreationImage1 from "../../assets/quiz-creation-1.png";
import quizCreationImage2 from "../../assets/quiz-creation-2.png";
import { useState } from "react";
export default function CreateCard() {
const theme = useTheme();

@ -1,7 +0,0 @@
import {Box} from "@mui/material";
export default function Stepone () {
return (
<Box></Box>
)
}

0
tsconfig.extend.json Normal file