diff --git a/components/Sort.tsx b/components/Sort.tsx
index 7bcdd37788ed74d6047a07291b3564c22f5355ff..7f1f634f0a4f72b06a670af68fe68b177693f415 100644
--- a/components/Sort.tsx
+++ b/components/Sort.tsx
@@ -1,3 +1,5 @@
+"use client"
+
 import { Box, Card, CardContent, FormControl, FormHelperText, MenuItem, Select, SelectChangeEvent, Typography } from "@mui/material";
 import { useState, useEffect } from "react";
 import { getGame, getGames } from "@/lib/igdb";