mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 15:05:45 +01:00
removed unused .css files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// frontend/src/pages/About/About.tsx
|
||||
// frontend/src/components/Layout/FooterLinks/About/About.tsx
|
||||
import React from 'react';
|
||||
|
||||
const About: React.FC = () => {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// frontend/src/components/Layout/FooterLinks/CommunityLinks/communityLinks.tsx
|
||||
import React from 'react';
|
||||
|
||||
export const CommunityContact: React.FC = () => (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// frontend/src/pages/FAQ/FAQ.tsx
|
||||
// frontend/src/components/Layout/FooterLinks/FAQ/FAQ.tsx
|
||||
import React, { useState } from 'react';
|
||||
|
||||
const FAQ: React.FC = () => {
|
||||
|
||||
Reference in New Issue
Block a user