Skip to content

Commit

Permalink
fix dark mode error
Browse files Browse the repository at this point in the history
  • Loading branch information
hnwyllmm authored Apr 16, 2024
1 parent cacb129 commit bddc0c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 2024/challenge/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'bulma/css/bulma.css'
import './dark.css'
import { Form, Checkbox, Radio, Space, Typography, Button, Input } from 'antd'
import React from 'react'
import questionsData from './questions.json'
Expand Down

0 comments on commit bddc0c4

Please sign in to comment.