fix(blocklists): load useBlocklistStyles from blocklistStyles instead of commonStyles
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
import { useCallback, useState } from "react";
|
import { useCallback, useState } from "react";
|
||||||
import { Button, MessageBar, MessageBarBody, Text } from "@fluentui/react-components";
|
import { Button, MessageBar, MessageBarBody, Text } from "@fluentui/react-components";
|
||||||
import { useBlocklistStyles } from "../theme/commonStyles";
|
import { useBlocklistStyles } from "../components/blocklist/blocklistStyles";
|
||||||
|
|
||||||
import { BlocklistSourcesSection } from "../components/blocklist/BlocklistSourcesSection";
|
import { BlocklistSourcesSection } from "../components/blocklist/BlocklistSourcesSection";
|
||||||
import { BlocklistScheduleSection } from "../components/blocklist/BlocklistScheduleSection";
|
import { BlocklistScheduleSection } from "../components/blocklist/BlocklistScheduleSection";
|
||||||
|
|||||||
Reference in New Issue
Block a user