Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyguidomadrid committed Nov 11, 2024
1 parent 0202c39 commit d27c9ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,942 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Feature } from "./FeatureSelectList.types";

export const FEATURE_OPTIONS: Feature[] = [
{ id: 1, name: "Feature A", description: "Description for Feature A" },
{ id: 2, name: "Feature B", description: "Description for Feature B" },
{ id: 3, name: "Feature C", description: "Description for Feature C" },
{ id: "1", name: "Feature A", description: "Description for Feature A" },
{ id: "2", name: "Feature B", description: "Description for Feature B" },
{ id: "3", name: "Feature C", description: "Description for Feature C" },
];
Loading

0 comments on commit d27c9ab

Please sign in to comment.