Revert "debugging"

This reverts commit 8ee24fd762.
This commit is contained in:
Harivansh Rathi 2024-12-04 23:00:33 -05:00
parent 8ee24fd762
commit 4670866249
8 changed files with 35 additions and 78 deletions

View file

@ -1,4 +1,4 @@
import { useState } from 'react';
import React, { 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';