From 826c7c47785ee01d2b9267919132ada696425344 Mon Sep 17 00:00:00 2001 From: Melonai Date: Wed, 20 Jan 2021 23:18:09 +0100 Subject: Remade the client in SvelteKit --- client/src/Components/ResponseContainer.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 client/src/Components/ResponseContainer.js (limited to 'client/src/Components/ResponseContainer.js') diff --git a/client/src/Components/ResponseContainer.js b/client/src/Components/ResponseContainer.js deleted file mode 100644 index 8fad4bd..0000000 --- a/client/src/Components/ResponseContainer.js +++ /dev/null @@ -1,12 +0,0 @@ -import React from 'react'; -import Response from "./Response"; - -function ResponseContainer(props){ - const responseContent = props.requests.map((r) => ); - - return ( - responseContent - ) -} - -export default ResponseContainer; \ No newline at end of file -- cgit 1.4.1