File manager frontend
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user