Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
SimranMakhija7 committed Feb 28, 2024
1 parent 687d21a commit 2c70e2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mod data_model;
mod dto;

use data_model::namespace_data::NamespaceData;
use data_model::operator_statistics::OperatorStatistics;
use data_model::table_data::TableData;
use dto::namespace_data::NamespaceData;
use dto::operator_statistics::OperatorStatistics;
use dto::table_data::TableData;

fn main() {
// Create instances of the structs
Expand Down

0 comments on commit 2c70e2f

Please sign in to comment.