mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-18 14:27:51 +00:00
Demo StoryPage
This commit is contained in:
parent
95f44e7106
commit
1b8aeee794
@ -1,7 +1,7 @@
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import { useParams } from 'react-router-dom';
|
||||
import { supabase } from '../../lib/supabase';
|
||||
import { Story, StoryRecording } from '../../types/database';
|
||||
import { Story } from '../../types/database';
|
||||
import { AudioRecorder } from '../../components/story/AudioRecorder';
|
||||
import { Loader2 } from 'lucide-react';
|
||||
import type { MetricsData } from '../../components/story/StoryMetrics';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user