mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
Removal of unused code in edit form
This commit is contained in:
parent
0fe9153c73
commit
ffd935ae1e
1 changed files with 0 additions and 8 deletions
|
|
@ -1,14 +1,6 @@
|
|||
---
|
||||
|
||||
|
||||
import Layout from '@layouts/Layout.astro';
|
||||
import AddNewService from '@components/things/AddNewService.svelte';
|
||||
import type { AwesomePrivacy, Section } from '../types/Service';
|
||||
import { fetchData, slugify } from '@utils/fetch-data';
|
||||
import FontAwesome from '@components/form/FontAwesome.svelte';
|
||||
|
||||
const categories = (await fetchData() as AwesomePrivacy)?.categories || [];
|
||||
|
||||
---
|
||||
|
||||
<Layout title="Awesome Privacy">
|
||||
|
|
|
|||
Loading…
Reference in a new issue