Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/147/traffic states with json #208

Open
wants to merge 10 commits into
base: development
Choose a base branch
from
Prev Previous commit
Next Next commit
Merge branch 'development' of https://github.com/RedditxClone/Frontend
…into feature/147/traffic_states
  • Loading branch information
AyaHusein2001 committed Dec 7, 2022
commit 5d09d7b2cced52b8b1539246e1b953e502ec7b18
3 changes: 2 additions & 1 deletion reddit-front/src/pages/ModToolsPage/ModToolsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import {
SideBarItem
} from './ModToolsPage.Style';
import './ModToolsPage.css';
import TrafficStates from '../../components/TrafficStates/TrafficStates';
import TrafficStates from '../../components/TrafficStates/TrafficStates';import ModQueue from '../../components/ModQueue/ModQueue';

/**
* This Component for the Moderator Tools Page
*
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.