Skip to content

Commit

Permalink
[core] Fix issues with CI (#4777)
Browse files Browse the repository at this point in the history
* Test commit

* [@mantine/demos] Fix casing after v6 nuke
  • Loading branch information
rtivital authored Sep 18, 2023
1 parent 44f438c commit bfc4de1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { MantineDemo } from '@mantine/ds';
import { SimpleGrid } from '@mantine/core';
import { defaultItems } from './_item';
import { defaultItems } from './_demo-item';

const code = `
import { SimpleGrid } from '@mantine/core';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { SimpleGrid, SimpleGridProps } from '@mantine/core';
import { MantineDemo } from '@mantine/ds';
import { defaultItems } from './_item';
import { defaultItems } from './_demo-item';

function Demo(props: SimpleGridProps) {
return (
Expand Down

0 comments on commit bfc4de1

Please sign in to comment.