Skip to content

Commit

Permalink
Move test app browser code to correct package (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton authored Sep 11, 2023
1 parent 1eec9f9 commit d930d78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.example.redwood.counter.browser
package com.example.redwood.testing.browser

import app.cash.redwood.compose.RedwoodComposition
import app.cash.redwood.compose.WindowAnimationFrameClock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.example.redwood.counter.browser
package com.example.redwood.testing.browser

import com.example.redwood.testing.widget.Button
import com.example.redwood.testing.widget.TestSchemaWidgetFactory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.example.redwood.counter.browser
package com.example.redwood.testing.browser

import app.cash.redwood.Modifier
import com.example.redwood.testing.widget.Button
Expand Down

0 comments on commit d930d78

Please sign in to comment.