refactor: some name and styling changes

This commit is contained in:
Riccardo
2023-12-17 17:48:08 +01:00
parent 6245ee943d
commit 878e787ed0
17 changed files with 55 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
import { Tiles } from './components/tiles';
import { Tiles } from './tile/tiles';
type BackgroundProps = {
children: React.ReactNode;