Skip to content

Commit 390db6a

Browse files
committed
fix: eslint errors
1 parent 646d8e3 commit 390db6a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/pages/examples/_config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -357,12 +357,7 @@ export const examples: Example[] = [
357357
updatedAt: "2024-02-25",
358358
source: "https://github.com/ruslan4432013/fsd-react-query-example",
359359
preview: require("./img/react-query-example.png"),
360-
tech: [
361-
"react",
362-
"react-query",
363-
"typescript",
364-
"material ui"
365-
],
360+
tech: ["react", "react-query", "typescript", "material ui"],
366361
},
367362
// Reverse the list (last examples should be at the top)
368363
].reverse();

0 commit comments

Comments
 (0)