fix: Update main.rs with proper module declarations
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
use anyhow::Result;
|
||||
use colored::Colorize;
|
||||
|
||||
mod analyzer;
|
||||
mod cli;
|
||||
mod generator;
|
||||
mod git;
|
||||
mod prompt;
|
||||
|
||||
use anyhow::{Context, Result};
|
||||
use cli::Args;
|
||||
use colored::Colorize;
|
||||
use git::GitRepo;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user