Add solutions page
This commit is contained in:
parent
a52b7705ec
commit
4e7da223eb
@ -1,5 +1,6 @@
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
//Test
|
||||
export default function SolutionsPage({ mode, onBack }) {
|
||||
const [questions, setQuestions] = useState([]);
|
||||
const [search, setSearch] = useState("");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user