Newer
Older
import React, { useContext, useState, useEffect } from "react";

Nico Vermaas
committed
import SampPage from '../samp/SampPage';
// TODO: this is not hooked up to the database yet as a catalog
export default function SampResults({ catalog }) {
return <SampPage/>
}