diff --git a/frontend/src/Assets/3_TwoNumOrdered_comma.csv b/frontend/Resources/Assets/3_TwoNumOrdered_comma.csv similarity index 100% rename from frontend/src/Assets/3_TwoNumOrdered_comma.csv rename to frontend/Resources/Assets/3_TwoNumOrdered_comma.csv diff --git a/frontend/src/Assets/background3.jpg b/frontend/Resources/Assets/background3.jpg similarity index 100% rename from frontend/src/Assets/background3.jpg rename to frontend/Resources/Assets/background3.jpg diff --git a/frontend/src/Assets/pxapi-api_table_C1EUvalNom.json b/frontend/Resources/Assets/pxapi-api_table_C1EUvalNom.json similarity index 94% rename from frontend/src/Assets/pxapi-api_table_C1EUvalNom.json rename to frontend/Resources/Assets/pxapi-api_table_C1EUvalNom.json index 61f34c3eb5b3270380832ece4a4e91160e5e801a..0a0e9443caaa27bcc40144fb66517378cb4d473f 100644 --- a/frontend/src/Assets/pxapi-api_table_C1EUvalNom.json +++ b/frontend/Resources/Assets/pxapi-api_table_C1EUvalNom.json @@ -1,34 +1,34 @@ -{"queryObj":{ - "query": [ - { - "code": "Kon", - "selection": { - "filter": "item", - "values": [ - "1+2" - ] - } - }, - { - "code": "ContentsCode", - "selection": { - "filter": "item", - "values": [ - "ME0116P0" - ] - } - }, - { - "code": "Tid", - "selection": { - "filter": "item", - "values": [ - "2019" - ] - } - } - ], - "response": { - "format": "px" - } +{"queryObj":{ + "query": [ + { + "code": "Kon", + "selection": { + "filter": "item", + "values": [ + "1+2" + ] + } + }, + { + "code": "ContentsCode", + "selection": { + "filter": "item", + "values": [ + "ME0116P0" + ] + } + }, + { + "code": "Tid", + "selection": { + "filter": "item", + "values": [ + "2019" + ] + } + } + ], + "response": { + "format": "px" + } },"tableIdForQuery":"C1EUvalNom"} \ No newline at end of file diff --git a/frontend/src/Assets/sweden-with-regions_.geojson b/frontend/Resources/Assets/sweden-with-regions_.geojson similarity index 100% rename from frontend/src/Assets/sweden-with-regions_.geojson rename to frontend/Resources/Assets/sweden-with-regions_.geojson diff --git a/frontend/src/Assets/swedish_provinces.geojson b/frontend/Resources/Assets/swedish_provinces.geojson similarity index 100% rename from frontend/src/Assets/swedish_provinces.geojson rename to frontend/Resources/Assets/swedish_provinces.geojson diff --git a/frontend/src/Assets/swedish_regions.geojson b/frontend/Resources/Assets/swedish_regions.geojson similarity index 100% rename from frontend/src/Assets/swedish_regions.geojson rename to frontend/Resources/Assets/swedish_regions.geojson diff --git a/frontend/src/Assets/swedish_regions2.geojson b/frontend/Resources/Assets/swedish_regions2.geojson similarity index 100% rename from frontend/src/Assets/swedish_regions2.geojson rename to frontend/Resources/Assets/swedish_regions2.geojson diff --git a/frontend/src/Assets/tictactoe.html b/frontend/Resources/Assets/tictactoe.html similarity index 100% rename from frontend/src/Assets/tictactoe.html rename to frontend/Resources/Assets/tictactoe.html diff --git a/frontend/src/Components/Navbar/Navbar.js b/frontend/Resources/Components/Navbar/Navbar.js similarity index 100% rename from frontend/src/Components/Navbar/Navbar.js rename to frontend/Resources/Components/Navbar/Navbar.js diff --git a/frontend/src/Pages/Dashboard/Barchart.jsx b/frontend/Resources/Pages/Dashboard/Barchart.jsx similarity index 100% rename from frontend/src/Pages/Dashboard/Barchart.jsx rename to frontend/Resources/Pages/Dashboard/Barchart.jsx diff --git a/frontend/src/Pages/Dashboard/Dashboard.jsx b/frontend/Resources/Pages/Dashboard/Dashboard.jsx similarity index 100% rename from frontend/src/Pages/Dashboard/Dashboard.jsx rename to frontend/Resources/Pages/Dashboard/Dashboard.jsx diff --git a/frontend/src/Pages/Dashboard/Map.jsx b/frontend/Resources/Pages/Dashboard/Map.jsx similarity index 100% rename from frontend/src/Pages/Dashboard/Map.jsx rename to frontend/Resources/Pages/Dashboard/Map.jsx diff --git a/frontend/src/Pages/Dashboard/Visualiser.jsx b/frontend/Resources/Pages/Dashboard/Visualiser.jsx similarity index 100% rename from frontend/src/Pages/Dashboard/Visualiser.jsx rename to frontend/Resources/Pages/Dashboard/Visualiser.jsx diff --git a/frontend/src/Pages/SignupSigninForms/Form.js b/frontend/Resources/Pages/SignupSigninForms/Form.js similarity index 100% rename from frontend/src/Pages/SignupSigninForms/Form.js rename to frontend/Resources/Pages/SignupSigninForms/Form.js diff --git a/frontend/src/Pages/SignupSigninForms/SignInForm.jsx b/frontend/Resources/Pages/SignupSigninForms/SignInForm.jsx similarity index 100% rename from frontend/src/Pages/SignupSigninForms/SignInForm.jsx rename to frontend/Resources/Pages/SignupSigninForms/SignInForm.jsx diff --git a/frontend/src/Pages/SignupSigninForms/SignUpForm.jsx b/frontend/Resources/Pages/SignupSigninForms/SignUpForm.jsx similarity index 100% rename from frontend/src/Pages/SignupSigninForms/SignUpForm.jsx rename to frontend/Resources/Pages/SignupSigninForms/SignUpForm.jsx diff --git a/frontend/src/css/Dashboard.css b/frontend/Resources/css/Dashboard.css similarity index 100% rename from frontend/src/css/Dashboard.css rename to frontend/Resources/css/Dashboard.css diff --git a/frontend/src/css/Form.css b/frontend/Resources/css/Form.css similarity index 100% rename from frontend/src/css/Form.css rename to frontend/Resources/css/Form.css diff --git a/frontend/src/css/Map.css b/frontend/Resources/css/Map.css similarity index 100% rename from frontend/src/css/Map.css rename to frontend/Resources/css/Map.css diff --git a/frontend/src/css/Navbar.css b/frontend/Resources/css/Navbar.css similarity index 100% rename from frontend/src/css/Navbar.css rename to frontend/Resources/css/Navbar.css diff --git a/frontend/src/css/SignForm.css b/frontend/Resources/css/SignForm.css similarity index 100% rename from frontend/src/css/SignForm.css rename to frontend/Resources/css/SignForm.css diff --git a/frontend/src/css/Visualiser.css b/frontend/Resources/css/Visualiser.css similarity index 100% rename from frontend/src/css/Visualiser.css rename to frontend/Resources/css/Visualiser.css diff --git a/frontend/src/css/index.css b/frontend/Resources/css/index.css similarity index 100% rename from frontend/src/css/index.css rename to frontend/Resources/css/index.css diff --git a/frontend/src/index.js b/frontend/Resources/index.js similarity index 100% rename from frontend/src/index.js rename to frontend/Resources/index.js