-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
4 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import { FirstDomainExampleScreen } from '@sambad/web-domains/first-domain'; | ||
|
||
export default FirstDomainExampleScreen; | ||
export default function Second() { | ||
return <div></div>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
import { SecondDomainExampleScreen } from '@sambad/web-domains/second-domain'; | ||
|
||
import styles from '../page.module.css'; | ||
|
||
export default function Second() { | ||
return ( | ||
<main className={styles.main}> | ||
<SecondDomainExampleScreen /> | ||
</main> | ||
); | ||
return <main className={styles.main}></main>; | ||
} |
25 changes: 0 additions & 25 deletions
25
apps/web/stories/FirstFeatureOfFirstDomainTestButton.stories.tsx
This file was deleted.
Oops, something went wrong.
Empty file.
23 changes: 0 additions & 23 deletions
23
...ges/web-domains/src/first-domain/features/components/FirstFeatureOfFirstDomainTestBox.tsx
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
.../web-domains/src/first-domain/features/components/FirstFeatureOfFirstDomainTestButton.tsx
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...b-domains/src/first-domain/features/containers/FirstFeatureOfFirstDomainTestContainer.tsx
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...ges/web-domains/src/first-domain/features/hooks/useFirstFeatureOfFirstDomainTestButton.ts
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...web-domains/src/first-domain/features/services/useFirstFeatureOfFirstDomainTestService.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
packages/web-domains/src/first-domain/screens/FirstDomainExampleScreen.tsx
This file was deleted.
Oops, something went wrong.
Empty file.
24 changes: 0 additions & 24 deletions
24
...s/web-domains/src/second-domain/features/components/FirstFeatureOfSecondDomainTestBox.tsx
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
...eb-domains/src/second-domain/features/components/FirstFeatureOfSecondDomainTestButton.tsx
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...domains/src/second-domain/features/containers/FirstFeatureOfSecondDomainTestContainer.tsx
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...es/web-domains/src/second-domain/features/hooks/useFirstFeatureOfFirstDomainTestButton.ts
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...b-domains/src/second-domain/features/services/useFirstFeatureOfSecondDomainTestService.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
packages/web-domains/src/second-domain/screens/SecondDomainExampleScreen.tsx
This file was deleted.
Oops, something went wrong.