Skip to content

Commit

Permalink
fix: remove decission and footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerd Müller committed Feb 13, 2021
1 parent 7d34aec commit d8e39ea
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 68 deletions.
3 changes: 1 addition & 2 deletions libs/data/src/lib/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ export enum ContentType {
Puzzle = "puzzle",
Suitcase = "suitcase",
TicTacToe = "tictactoe",
Daily = "daily",
Decission = "decission"
Daily = "daily"
}

export interface Content {
Expand Down
2 changes: 0 additions & 2 deletions libs/ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ export * from './lib/redirect/redirect';
export * from './lib/scrollicon/scrollicon';
export * from './lib/puzzle/puzzle';
export * from './lib/smokingpit/smokingpit';
export * from './lib/decission/decission';
export * from './lib/image/image';
export * from './lib/video/video';
export * from './lib/text/text';
export * from './lib/footer/footer';
export * from './lib/nav/nav';
export * from './lib/title/title';
export * from './lib/chapter/chapter';
Expand Down
Empty file.
11 changes: 0 additions & 11 deletions libs/ui/src/lib/decission/decission.spec.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions libs/ui/src/lib/decission/decission.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions libs/ui/src/lib/footer/footer.scss

This file was deleted.

11 changes: 0 additions & 11 deletions libs/ui/src/lib/footer/footer.spec.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions libs/ui/src/lib/footer/footer.tsx

This file was deleted.

4 changes: 1 addition & 3 deletions libs/ui/src/lib/group/group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React, { Fragment } from 'react';
import Video from '../video/video';
import Image from '../image/image';
import Text from '../text/text';
import Decission from '../decission/decission';
import Smokingpit from '../smokingpit/smokingpit';
import Puzzle from '../puzzle/puzzle';
import Memory from '../memory/memory';
Expand All @@ -29,8 +28,7 @@ const ContentType = {
suitcase: Suitcase,
summary: Summary,
tictactoe: TicTacToe,
daily: Daily,
decission: Decission
daily: Daily
}

export const Group = ({
Expand Down
2 changes: 0 additions & 2 deletions libs/ui/src/lib/ui.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
@import "birds/birds";
@import "chapter/chapter";
@import "daily/daily";
@import "decission/decission";
@import "footer/footer";
@import "group/group";
@import "header/header";
@import "image/image";
Expand Down

0 comments on commit d8e39ea

Please sign in to comment.