Skip to content

Commit

Permalink
Merge pull request #616 from jmerle/fix-frontend
Browse files Browse the repository at this point in the history
Import NavLink on home view
  • Loading branch information
n8kim1 authored Jan 27, 2023
2 parents f6ea592 + b0d2dfa commit 25f11e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/home.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { Component } from "react";
import { NavLink } from "react-router-dom";
import $ from "jquery";
import { PieChart } from "chartist";

Expand Down

0 comments on commit 25f11e9

Please sign in to comment.