mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-17 05:47:52 +00:00
Demo StoryPage
This commit is contained in:
parent
0661f2c225
commit
1a3a603ff6
@ -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