Skip to content

Commit

Permalink
fix(core): use correct path for normalize in datepicker example
Browse files Browse the repository at this point in the history
  • Loading branch information
piofinn committed Jul 15, 2019
1 parent 8a2e54f commit 919f778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datepicker-react/example/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from "react";
import ReactDOM from "react-dom";
import { DatePicker } from "../src";
import "@fremtind/jkl-datepicker/datepicker.scss";
import "@fremtind/jkl-core/build/css/normalize.css";
import "@fremtind/jkl-core/normalize.css";

const App = () => (
<>
Expand Down

0 comments on commit 919f778

Please sign in to comment.