File manager frontend

This commit is contained in:
Guntis Smaukstelis
2023-05-15 16:37:03 +03:00
parent 851229ce9b
commit db900d6a33
11 changed files with 215 additions and 37 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ import type { Component } from 'solid-js';
import logo from './assets/logo.svg';
import styles from './css/App.module.css';
import { FetchedDates } from './FetchedDates';
import { FileManager } from './fileManager/FileManager';
console.log("env:", import.meta.env.MODE);
console.log("api host:", import.meta.env.VITE_API_HOST);
@@ -10,8 +10,8 @@ console.log("api host:", import.meta.env.VITE_API_HOST);
const App: Component = () => {
return (
<div class={styles.App}>
<FileManager />
<header class={styles.header}>
<FetchedDates />
<img src={logo} class={styles.logo} alt="logo" />
<p>
Weather tool web