mirror of
https://github.com/shadoll/sLogos.git
synced 2026-08-28 19:43:17 +00:00
Revert "feat: Refactor logo components into Grid and List views"
This reverts commit aaf7db1471.
This commit is contained in:
+2
-3
@@ -1,8 +1,7 @@
|
||||
<script>
|
||||
import { onMount } from 'svelte';
|
||||
import LogoGrid from './components/Grid.svelte';
|
||||
import LogoList from './components/List.svelte';
|
||||
import Header from './components/Header.svelte';
|
||||
import LogoGrid from './components/LogoGrid.svelte';
|
||||
import LogoList from './components/LogoList.svelte';
|
||||
|
||||
let viewMode = 'grid'; // 'grid' or 'list'
|
||||
let searchQuery = '';
|
||||
|
||||
Reference in New Issue
Block a user