mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-17 05:47:52 +00:00
fix: atualiza regras do cursor e página de história
- Atualiza configurações do .cursorrules - Ajusta componentes na StoryPage - Mantém consistência com navegação do demo - Integra com funcionalidades existentes
This commit is contained in:
parent
d8c665d48e
commit
fd50d59d3c
@ -35,9 +35,8 @@
|
||||
"message": "Use explicit return types for all functions"
|
||||
},
|
||||
{
|
||||
"id": "absolute-imports",
|
||||
"pattern": "from '[./]",
|
||||
"message": "Use absolute imports (@/...) instead of relative imports"
|
||||
"id": "relative-imports",
|
||||
"message": "Use relative imports"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
import { AudioRecorder } from '@/components/story/AudioRecorder';
|
||||
import { AudioRecorder } from '../../components/story/AudioRecorder';
|
||||
import { supabase } from '../../lib/supabase';
|
||||
|
||||
export function StoryPage() {
|
||||
// ... outros códigos ...
|
||||
|
||||
Loading…
Reference in New Issue
Block a user