Skip to content

Commit

Permalink
fix: regex tester (#3395)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Feb 8, 2024
1 parent 0949963 commit 64650c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/web/components/RegexTester.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import React, { FC, useEffect, useState } from 'react' // we need this to make J
import Utils from 'common/utils/utils'
import Button from './base/forms/Button'

const InputGroup = require('../components/base/forms/InputGroup')

import InputGroup from './base/forms/InputGroup'
type RegexTesterType = {
regex: string
onChange: (newRegex: string) => void
Expand Down

0 comments on commit 64650c6

Please sign in to comment.