Skip to content

Commit

Permalink
Remove unused THEME import
Browse files Browse the repository at this point in the history
  • Loading branch information
devITae committed Dec 23, 2024
1 parent 8212d85 commit 651dba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/fulltime/FullTime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useNavigate } from 'react-router-dom'
import styled from 'styled-components'
import tw from 'twin.macro'

import { THEME, useDarkmodeContext } from '@/context/ThemeContext'
import { useDarkmodeContext } from '@/context/ThemeContext'
import {
OrganizedTimetables,
Season,
Expand Down

0 comments on commit 651dba4

Please sign in to comment.