Skip to content

Commit

Permalink
splitter opp klagebehandling i flere filer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Anders Robbestad committed Feb 5, 2021
1 parent cc84bc8 commit 66fd68d
Show file tree
Hide file tree
Showing 10 changed files with 428 additions and 421 deletions.
2 changes: 1 addition & 1 deletion frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Provider, useDispatch } from "react-redux";
import store from "./tilstand/konfigurerTilstand";
//import { initEnvironment } from './state/modules/environment';
import { BrowserRouter, Redirect, Route, Switch } from "react-router-dom";
import KlageBehandling from "./komponenter/KlageBehandling";
import KlageBehandling from "./komponenter/Klagebehandling/KlageBehandling";
import MineSaker from "./komponenter/MineSaker";
import AlleSaker from "./komponenter/AlleSaker";
import Innstillinger from "./komponenter/Innstillinger";
Expand Down
Loading

0 comments on commit 66fd68d

Please sign in to comment.