re-debugging 2

This commit is contained in:
Harivansh Rathi 2024-12-04 23:53:01 -05:00
parent d484fb5664
commit 7043455c23
5 changed files with 9 additions and 15 deletions

View file

@ -1,4 +1,4 @@
import React, { useState } from 'react';
import { useState } from 'react';
import { Box, Typography, Paper, Grid, Tooltip, Card, CardContent, Chip, Dialog, DialogTitle, DialogContent, Divider } from '@mui/material';
import { SocialClass, Character } from '../types/timeline';