Skip to content

Commit

Permalink
Test Fix Lint Javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperbirch1 committed Jan 7, 2025
1 parent 325e4b2 commit c2ec163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Test Fix Lint Javascript
import React, { FC } from "react";
import { Button } from "../../../Buttons/Button";
import { ButtonSize } from "../../../../core/utils/types/button";
Expand Down
1 change: 1 addition & 0 deletions src/core/utils/featureFlag.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Test Fix Lint Javascript
const allowedUrls = ["dpl-", "dapple-cms"];

const features = [
Expand Down

0 comments on commit c2ec163

Please sign in to comment.