Selaa lähdekoodia

Fix typo in gitignore.
Remove unused packages.

Lee Morgan 1 vuosi sitten
vanhempi
sitoutus
274cea2df3
3 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1 1
      .gitignore
  2. 0 2
      src/routes/other.rs
  3. BIN
      src/views/.index.js.swp

+ 1 - 1
.gitignore

@@ -1,5 +1,5 @@
 /target
-*.swc
+*.swp
 *.swo
 build.html
 node_modules/

+ 0 - 2
src/routes/other.rs

@@ -1,6 +1,4 @@
 use actix_web::{get, HttpResponse, Responder, web};
-use actix_files::NamedFile;
-use std::path::PathBuf;
 use crate::HTML;
 
 pub fn config(cfg: &mut web::ServiceConfig) {

BIN
src/views/.index.js.swp