Skip to content

Commit 6cf549f

Browse files
committed
Remove unused assert
1 parent bed32d1 commit 6cf549f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codegouvfr/react-dsfr",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"description": "French State Design System React integration library",
55
"repository": {
66
"type": "git",

stories/ColorHelper.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { Fzf } from "fzf";
1010
import { createMakeAndWithStyles } from "tss-react";
1111
import { MuiDsfrThemeProvider } from "../dist/mui";
1212
import Tooltip from "@mui/material/Tooltip";
13-
import { assert } from "tsafe/assert";
1413

1514
const { useStyles } = createMakeAndWithStyles({ "useTheme": useColors });
1615

0 commit comments

Comments
 (0)