Skip to content

Reorganize application into component directories #5

@zfletch

Description

@zfletch

Instead of src/Whatever.js we should have src/Whatever/Whatever.js and src/Whatever/index.js. The content of Whatever.js should be the same. index.js should have the following content:

import Whatever from './Whatever';

export default Whatever;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions