Skip to content

Commit

Permalink
fix: import to kit rather than theme
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed Jun 17, 2024
1 parent 26bb36b commit 84811a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "./../src/nextra.css";
import React from "react";
import { getCssText, globalStyles } from "@washingtonpost/wpds-theme";
import { getCssText, globalStyles } from "@washingtonpost/wpds-ui-kit";

export default function Nextra({ Component, pageProps }) {
// global styles adds wpds fonts
Expand Down

0 comments on commit 84811a9

Please sign in to comment.