We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbeff7 commit 76c1012Copy full SHA for 76c1012
src/rules/__tests__/no-unnecessary-components.test.js
@@ -7,7 +7,7 @@ const rule = require('../no-unnecessary-components')
7
const {components} = require('../no-unnecessary-components')
8
9
const prcImport = 'import React from "react"; import {Box, Text} from "@primer/react";'
10
-const brandImport = 'import React from "react"; import {Box, Text} from "@primer/brand";'
+const brandImport = 'import React from "react"; import {Box, Text} from "@primer/react-brand";'
11
12
/** @param {string} content */
13
const jsx = content => `export const Component = () => <>${content}</>`
0 commit comments