Skip to content
Snippets Groups Projects

Added product, employee name, and images

Merged Emily Nixon requested to merge ejnixon_staff_page into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -132,7 +132,7 @@ public class Products { /* a good class, but not as good as cse391 */
"Image of black and white nikes",
105.97
);
}
}
public Product ejnixonsProduct() {
return new Product(
Loading