it("renders dashboard at approuter", () => {
    const component = shallow(<AppRouter/>);

    const dashboard = component.find(Dashboard);