changes to the overall structure + improving wallpaper handling

This commit is contained in:
2025-08-01 23:23:50 -03:00
parent 9b818b05f9
commit 2f3949c2e3
17 changed files with 443 additions and 213 deletions

View File

@@ -1,4 +1,3 @@
import React from 'react';
import WebsiteTile from '../WebsiteTile';
import { Category, Website } from '../../types';

View File

@@ -1,4 +1,4 @@
import React from 'react';
interface ConfigurationButtonProps {
onClick: () => void;

View File

@@ -1,4 +1,4 @@
import React from 'react';
interface EditButtonProps {
isEditing: boolean;

View File

@@ -1,4 +1,3 @@
import React from 'react';
import Clock from '../Clock';
import { Config } from '../../types';