File tree Expand file tree Collapse file tree 3 files changed +2
-108
lines changed
Expand file tree Collapse file tree 3 files changed +2
-108
lines changed Original file line number Diff line number Diff line change 1818 "url" : " https://github.com/uclaacm/bias-by-us/issues"
1919 },
2020 "devDependencies" : {
21- "husky" : " ^7.0.0" ,
22- "lint-staged" : " ^16.2.6"
21+ "husky" : " ^7.0.0"
2322 }
2423}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import "../main.css";
33import teachLogo from "../assets/teachla-logo.svg" ;
44import PostsList from "../components/mainContent/PostsList" ;
55import CategorizationGame from "../components/posts/FacialRecognition/CategorizationGame" ;
6- import AccuracyChart from "../components/posts/FacialRecognition/AccuracyChart" ;
76import { VisibilityProvider } from "../components/mainContent/commonLogic" ;
87
98export default function FacialRecognition ( ) {
@@ -106,7 +105,7 @@ const FacialRecognitionInfo = [
106105 ] ,
107106 } ,
108107 } ,
109-
108+
110109 {
111110 post : {
112111 profilePic : teachLogo ,
You can’t perform that action at this time.
0 commit comments