top bar
This commit is contained in:
parent
f47a1b2226
commit
f164351011
4 changed files with 43 additions and 6 deletions
|
@ -26,11 +26,11 @@ export default component$(() => {
|
|||
});
|
||||
|
||||
return (
|
||||
<>
|
||||
<div class="flex flex-col w-full h-screen p-8 bg-gradient-to-b from-stereo/20 to-transparent">
|
||||
<TitleBar />
|
||||
<Files files={files} loaded={loaded} />
|
||||
<OSBar />
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
});
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@ export default component$(() => {
|
|||
|
||||
useOnDocument("DOMContentLoaded", $(async () => {
|
||||
info.value = await api.me()
|
||||
console.log(info.value);
|
||||
|
||||
AOS.init({
|
||||
once: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue