Skip to content

Commit 676a9aa

Browse files
committed
Fix: Import reference
1 parent 239a30b commit 676a9aa

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Website/docs/introduction.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
sidebar_position: 0
33
---
44

5+
import styles from "./styles.module.css";
6+
57
# Introduction
68

79
:::note

Website/src/pages/Download.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Download the latest version of NETworkManager
44
---
55

66
import Link from "@docusaurus/Link";
7-
import styles from "./index.module.css";
7+
import styles from "./styles.module.css";
88

99
# Download
1010

Website/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Layout from "@theme/Layout";
55
import HomepageFeatures from "@site/src/components/HomepageFeatures";
66

77
import Heading from "@theme/Heading";
8-
import styles from "./index.module.css";
8+
import styles from "./styles.module.css";
99

1010
function HomepageHeader() {
1111
const { siteConfig } = useDocusaurusContext();

0 commit comments

Comments
 (0)