Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiganesh committed Oct 14, 2023
1 parent 099c3cc commit 73588b6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
import { Button, Card, CardContent, CardMedia, TextField, Typography, Skeleton } from "@mui/material";
import Button from "@mui/material/Button";
import Card from "@mui/material/Card";
import CardContent from "@mui/material/CardContent";
import CardMedia from "@mui/material/CardMedia";
import TextField from "@mui/material/TextField";
import Typography from "@mui/material/Typography";
import Skeleton from "@mui/material/Skeleton";


import { useState } from "react";

const NOT_AVAILABLE_LABEL = "NOT AVAILABLE";
Expand Down

0 comments on commit 73588b6

Please sign in to comment.