Skip to content

Commit

Permalink
remove unused files && cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
littlebenlittle committed Jul 18, 2024
1 parent c46f267 commit 85a0dfd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 382 deletions.
3 changes: 1 addition & 2 deletions ui/src/components/dashboard.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use leptos::*;
use leptos_router::*;
use std::{cmp::Ordering, collections::HashMap, hash::Hash};

use crate::{components::ClickToEdit, data::Media, log};
use crate::{components::ClickToEdit, data::Media};

#[cfg(web_sys_unstable_apis)]
use crate::components::CopyButton;
Expand Down
1 change: 0 additions & 1 deletion ui/src/data.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use leptos::*;
use serde::{Deserialize, Serialize};
use std::collections::HashMap;

pub trait Media: Clone + IntoView {
fn url(&self) -> String;
Expand Down
189 changes: 0 additions & 189 deletions ui/src/pages/images.rs

This file was deleted.

190 changes: 0 additions & 190 deletions ui/src/pages/videos.rs

This file was deleted.

0 comments on commit 85a0dfd

Please sign in to comment.