Skip to content

Commit

Permalink
improve import for global css
Browse files Browse the repository at this point in the history
  • Loading branch information
devender18 committed Dec 13, 2024
1 parent aa8d72a commit d131188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import type {
InterfaceQueryOrganizationsListObject,
InterfaceVolunteerRank,
} from 'utils/interfaces';
import styles from '../../../src/style/app.module.css';
import styles from 'style/app.module.css';
import { VOLUNTEER_RANKING } from 'GraphQl/Queries/EventVolunteerQueries';

/**
Expand Down

0 comments on commit d131188

Please sign in to comment.