From 62259713befc0742d48984f4962866002670e92a Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Fri, 19 Sep 2025 17:49:05 +0800 Subject: [PATCH] Adjusted logo and applied table component --- src/pages/main.astro | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/src/pages/main.astro b/src/pages/main.astro index e01868f..c5849d2 100644 --- a/src/pages/main.astro +++ b/src/pages/main.astro @@ -2,6 +2,8 @@ import Layout from '../layouts/Layout.astro' import { Button, Logo, Link, Page, Footer, Row, Column, Image, Copyright, OptimizeLogo, Display, Padding, Modal } from '../../fwt/' import { FiLogOut } from 'solid-icons/fi' +import { ofetch } from 'ofetch' +import Table from '../components/Table/Table' ---